A site like this, but for language development?
A site like this, but for language development?
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?
Valix is an experiment in an interpreted userspace with object-oriented and functional design patterns. Developers needed! Join #valix on irc.freenode.net
- Colonel Kernel
- 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?
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.
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:
- Too much overtime at work
- Got married
- My brain got stuck in an infinite loop while trying to design the memory manager
Re: A site like this, but for language development?
comp.compilers is excellent. Archives are available on web.
Re: A site like this, but for language development?
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/
http://github.com/Jezze/fudge/
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: A site like this, but for language development?
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 ]
[ Project UDI ]
Re: A site like this, but for language development?
You can create a subreddit for it. That if there isn't one already for language development.
Re: A site like this, but for language development?
There is an wiki at http://esolangs.org but that is only for an specific sort of programming languages.
50₰
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: A site like this, but for language development?
Yes... esolangs Unfortunately, they are useless for any serious work.MasterLee wrote:There is an wiki at http://esolangs.org but that is only for an specific sort of programming languages.
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
[ Project UDI ]
Re: A site like this, but for language development?
Well, would anyone be interesting in creating a community (whether it be a forum or website or just an IRC channel) for language development?
Valix is an experiment in an interpreted userspace with object-oriented and functional design patterns. Developers needed! Join #valix on irc.freenode.net
Re: A site like this, but for language development?
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 ). But theory still applies, and it's kind of interesting reading:
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 ). 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.
Re: A site like this, but for language development?
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.
Valix is an experiment in an interpreted userspace with object-oriented and functional design patterns. Developers needed! Join #valix on irc.freenode.net
Re: A site like this, but for language development?
As you like, I recommended it because it also develops a language along, and it's good explained.
Re: A site like this, but for language development?
If you really want to learn to write compilers, you can't do much with Crenshaw.
Re: A site like this, but for language development?
Of course not, the OP interested in designing a language, and it's great on that.fronty wrote:If you really want to learn to write compilers, you can't do much with Crenshaw.
Re: A site like this, but for language development?
Well, I've made an IRC channel for those interested; #lang-dev on irc.freenode.net
Valix is an experiment in an interpreted userspace with object-oriented and functional design patterns. Developers needed! Join #valix on irc.freenode.net