OSDev.org

The Place to Start for Operating System Developers
It is currently Tue Apr 16, 2024 12:13 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 58 posts ]  Go to page 1, 2, 3, 4  Next
Author Message
 Post subject: A site like this, but for language development?
PostPosted: Tue Jul 26, 2011 8:54 pm 
Offline
Member
Member
User avatar

Joined: Thu Jun 04, 2009 5:01 pm
Posts: 168
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


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Tue Jul 26, 2011 11:03 pm 
Offline
Member
Member
User avatar

Joined: Tue Oct 17, 2006 6:06 pm
Posts: 1437
Location: Vancouver, BC, Canada
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!


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Wed Jul 27, 2011 12:42 am 
Offline
Member
Member

Joined: Mon Jan 14, 2008 5:53 am
Posts: 188
Location: Helsinki
comp.compilers is excellent. Archives are available on web.


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Wed Jul 27, 2011 4:02 pm 
Offline
Member
Member
User avatar

Joined: Thu Jul 26, 2007 1:53 am
Posts: 395
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/


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Wed Jul 27, 2011 6:12 pm 
Offline
Member
Member
User avatar

Joined: Fri Mar 07, 2008 5:36 pm
Posts: 2111
Location: Bucharest, Romania
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 ]


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Thu Jul 28, 2011 1:26 am 
Offline
Member
Member

Joined: Fri Aug 01, 2008 7:52 am
Posts: 248
You can create a subreddit for it. That if there isn't one already for language development.


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Fri Jul 29, 2011 3:03 am 
Offline
Member
Member

Joined: Fri Mar 13, 2009 8:51 am
Posts: 90
There is an wiki at http://esolangs.org but that is only for an specific sort of programming languages.

_________________
50₰


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Fri Jul 29, 2011 8:21 am 
Offline
Member
Member
User avatar

Joined: Fri Mar 07, 2008 5:36 pm
Posts: 2111
Location: Bucharest, Romania
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 ]


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Mon Aug 08, 2011 3:45 pm 
Offline
Member
Member
User avatar

Joined: Thu Jun 04, 2009 5:01 pm
Posts: 168
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


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Mon Aug 08, 2011 4:27 pm 
Offline
Member
Member
User avatar

Joined: Tue Feb 08, 2011 1:58 pm
Posts: 496
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:
Quote:
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.


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Mon Aug 08, 2011 6:38 pm 
Offline
Member
Member
User avatar

Joined: Thu Jun 04, 2009 5:01 pm
Posts: 168
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


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Tue Aug 09, 2011 4:27 am 
Offline
Member
Member
User avatar

Joined: Tue Feb 08, 2011 1:58 pm
Posts: 496
As you like, I recommended it because it also develops a language along, and it's good explained.


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Tue Aug 09, 2011 5:54 am 
Offline
Member
Member

Joined: Mon Jan 14, 2008 5:53 am
Posts: 188
Location: Helsinki
If you really want to learn to write compilers, you can't do much with Crenshaw.


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Tue Aug 09, 2011 2:52 pm 
Offline
Member
Member
User avatar

Joined: Tue Feb 08, 2011 1:58 pm
Posts: 496
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.


Top
 Profile  
 
 Post subject: Re: A site like this, but for language development?
PostPosted: Fri Aug 26, 2011 8:45 pm 
Offline
Member
Member
User avatar

Joined: Thu Jun 04, 2009 5:01 pm
Posts: 168
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


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 58 posts ]  Go to page 1, 2, 3, 4  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 8 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group