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?
- A blog where they build sample languages to explain programming techniques.By narphorium, 2 years 2 weeks ago
- Very unique approach to programming. Be sure to check out the demo.By narphorium, 2 years 3 weeks ago
- 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, 2 years 2 weeks ago
- 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, 2 years 3 weeks ago
- Good article by Joel Spolsky about concepts of programing languages.By lwallenstein, 2 years 2 weeks ago
Add this quest to your blog. Paste this code into your post
CODE:
Your Status

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
Already a member? Please login to participate in this quest
4 users on quest


Article from Joel on Software
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.