Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

1000-ly Programming Thread

Name: Anonymous 2012-05-26 22:42

Hello /prog/,

I would like to start up a new tradition where we use this thread to discuss what we're currently working on for the next 1000 posts.


Happy Hacking, (^_^)/

Name: Anonymous 2012-05-26 23:14

Doing a lisplike with curly braces.

IMO every popular language at the moment has some sort of debilitating problem which makes me unhappy recommending it as a first teaching language.

So my language will have:
- curly braces and standard 3-clause for loops
- first-class functions and only first-class functions
- first-class strings and dicts
- no variable hoisting
- no magic methods (e.g. Main.main())
- suitable for OS development (compiled to x86 via nasm), web servers, application development, and retargetable to javascript

I've written a runtime bnf-esque parser, got ast building and flattening to asm working, just touching up my asm syntax now (first milestone is simple numeric/string console programs under win32)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List