A site like this, but for language development?

Questions, comments, and suggestions about this site should go here.
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

A site like this, but for language development?

Post by xvedejas »

I'm developing my own programming language, just wondering if there's a wiki, forum or community for people who do this sort of thing, to share knowledge and the like. Does anyone know of such a website?
User avatar
Colonel Kernel
Member
Member
Posts: 1437
Joined: Tue Oct 17, 2006 6:06 pm
Location: Vancouver, BC, Canada
Contact:

Re: A site like this, but for language development?

Post by Colonel Kernel »

Try here: http://www.lambda-the-ultimate.org

You can learn a lot about PL theory there. But be warned: The first question they will probably ask you is why the world needs another programming language. ;)
Top three reasons why my OS project died:
  1. Too much overtime at work
  2. Got married
  3. My brain got stuck in an infinite loop while trying to design the memory manager
Don't let this happen to you!
fronty
Member
Member
Posts: 188
Joined: Mon Jan 14, 2008 5:53 am
Location: Helsinki

Re: A site like this, but for language development?

Post by fronty »

comp.compilers is excellent. Archives are available on web.
User avatar
Jezze
Member
Member
Posts: 395
Joined: Thu Jul 26, 2007 1:53 am
Libera.chat IRC: jfu
Contact:

Re: A site like this, but for language development?

Post by Jezze »

I'm not convinced myself but perhaps osdev could expand it's forum to include some stuff that are closely related to os development like perhaps in this case language development. There is already a "General Programming" section in this forum so it is not like there is only os related sections here already. There seem to be more than one person writing their own compilers.
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: A site like this, but for language development?

Post by Love4Boobies »

Heh, you'll quickly need to include sub-forums for the whole of computer science (and some areas outside it) if you start thinking that way :)
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
eddyb
Member
Member
Posts: 248
Joined: Fri Aug 01, 2008 7:52 am

Re: A site like this, but for language development?

Post by eddyb »

You can create a subreddit for it. That if there isn't one already for language development.
MasterLee
Member
Member
Posts: 90
Joined: Fri Mar 13, 2009 8:51 am

Re: A site like this, but for language development?

Post by MasterLee »

There is an wiki at http://esolangs.org but that is only for an specific sort of programming languages.
50₰
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: A site like this, but for language development?

Post by Love4Boobies »

MasterLee wrote:There is an wiki at http://esolangs.org but that is only for an specific sort of programming languages.
Yes... esolangs :) Unfortunately, they are useless for any serious work.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

Re: A site like this, but for language development?

Post by xvedejas »

Well, would anyone be interesting in creating a community (whether it be a forum or website or just an IRC channel) for language development?
User avatar
turdus
Member
Member
Posts: 496
Joined: Tue Feb 08, 2011 1:58 pm

Re: A site like this, but for language development?

Post by turdus »

I recommend the following: http://compilers.iecc.com/crenshaw/
It's a step-by-step tutorial on a compiler that generates running code. It's in pure ASCII text format from the age of DOS (recommends Turbo Pascal and m68k :-D). But theory still applies, and it's kind of interesting reading:
The average text on compiler theory covers a lot of ground that
we won't be covering here.
...
I'll be taking a much different approach in this series. To
begin with, I won't dwell long on options. I'll be giving you
_A_ way that works.
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

Re: A site like this, but for language development?

Post by xvedejas »

Well, personally, I'm more interesting in discussing theory and projects than learning about how compilers work. I already know enough to implement the project I'm working on. So what I'm looking for is a community, not a tutorial.
User avatar
turdus
Member
Member
Posts: 496
Joined: Tue Feb 08, 2011 1:58 pm

Re: A site like this, but for language development?

Post by turdus »

As you like, I recommended it because it also develops a language along, and it's good explained.
fronty
Member
Member
Posts: 188
Joined: Mon Jan 14, 2008 5:53 am
Location: Helsinki

Re: A site like this, but for language development?

Post by fronty »

If you really want to learn to write compilers, you can't do much with Crenshaw.
User avatar
turdus
Member
Member
Posts: 496
Joined: Tue Feb 08, 2011 1:58 pm

Re: A site like this, but for language development?

Post by turdus »

fronty wrote:If you really want to learn to write compilers, you can't do much with Crenshaw.
Of course not, the OP interested in designing a language, and it's great on that.
User avatar
xvedejas
Member
Member
Posts: 168
Joined: Thu Jun 04, 2009 5:01 pm

Re: A site like this, but for language development?

Post by xvedejas »

Well, I've made an IRC channel for those interested; #lang-dev on irc.freenode.net
Post Reply