Create a Programming Language

Quest details: I love learning new programming languages and would like to learn about how to create my own. What exciting new features would you look for in a new programming language?
Items posted to quest Syndicate content
  1. A blog where they build sample languages to explain programming techniques.
    By narphorium, 3 years 31 weeks ago
  2. Very unique approach to programming. Be sure to check out the demo.
    By narphorium, 3 years 32 weeks ago
  3. ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions. ANTLR provides excellent support for tree construction, tree walking, and translation.
    By narphorium, 3 years 31 weeks ago
  4. This is the book for anyone interested in programming languages and how they work. The book covers a lot of material in great detail and is very easy to understand.
    By narphorium, 3 years 32 weeks ago
  5. Good article by Joel Spolsky about concepts of programing languages.
    By lwallenstein, 3 years 32 weeks ago


Add this quest to your blog. Paste this code into your post
CODE:
Your Status
Register to track this quest with your profile

Get notified when a post is added to this quest. register now; it is free!

Registration is quick and easy.
Learn about questing and how you can start your own quest for knowledge.

Already a member? Please login to participate in this quest

4 users on quest
  • narphorium
  • techblog
  • lwallenstein
  • johnt

Article from Joel on Software

narphorium's picture

Nice article, I'm a big fan of functional programming but I'd never heard of using map and reduce as the basis for an entire programming model. Kudos to Google for taking something old and making it new...again.