MagnetoHydroDynamics comments on What are you working on? February 2012 - Less Wrong

7 Post author: David_Gerard 05 February 2012 12:33PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (90)

You are viewing a single comment's thread.

Comment author: [deleted] 22 February 2012 05:52:03PM 0 points [-]

I am running an Ms Paint Adventures inspired adventure in their forum so far with some light rationality themes: Blockstuck.

I am also giving thought to designing a lazy-evaluated LISP derivative with CAS features, DSL for assembler JIT, category theoretical constructs, innocations in type systems, etc. So far not much in terms of code, since I lack a good language to implement it in. C++ has load of libraries but no GC, D has good GC but lacks libraries.