aboutsummaryrefslogtreecommitdiff
path: root/notes
AgeCommit message (Collapse)Author
2014-03-06Moved notes to doc directoryDrahflow
2014-03-05Support scope-emulates-other-stuff supportDrahflow
2014-03-01Dynamically-scoped variablesDrahflow
2014-02-24Initial design experiments for error handling.Drahflow
2014-02-23Added >'Drahflow
2014-02-18* and ! now apply both to functions and coroutinesDrahflow
2014-02-18Coroutines.Drahflow
2014-02-14Co-Routine designDrahflow
2014-01-09Floating point supportDrahflow
2014-01-08Freeing heap type markers 2-3 for scalars (floats)Drahflow
2014-01-06streq -> eqDrahflow
2014-01-01Low-level typing by '' (free ' for day-to-day use)Drahflow
2013-10-22Can now retype functionsDrahflow
2013-10-15Dynamically shared object supportDrahflow
2013-09-2811% faster with unboxed integersDrahflow
2013-09-27Results of some debuggingDrahflow
2013-09-25Library build time down another 3.2%Drahflow
2013-09-20Client-side optimizerDrahflow
2013-09-15References now stored separately from opcodesDrahflow
2013-09-10Towards faster regexesDrahflow
But keeping the old code for a while to faciliate further general performance improvements.
2013-08-11Static-mode names now patched upDrahflow
2013-08-08First usage of optimization semanticsDrahflow
2013-08-06First steps towards a standard libraryDrahflow
2013-07-20freeze2.test now with GCDrahflow
2013-07-10Bitmap based memory allocatorDrahflow
This is still totally unoptimized and very slow, but a necessary first step towards a real mark and sweep GC.
2013-02-17Typed execution code converted - untested so farDrahflow
2013-02-06Typed functions now executing (a little)Drahflow
2013-01-25Some thoughts about optimizable resolution semanticsDrahflow
2013-01-23Some thoughts about the optimizerDrahflow
2013-01-18Quoting in unquoted contexts now worksDrahflow
... in principle. The new function does not yet create its own scope.
2013-01-15Array creationDrahflow
2013-01-10First two ints addedDrahflow
2013-01-10"struct" is going to be deprecatedDrahflow
2013-01-09Function memory layoutDrahflow
2013-01-05Further thoughts on memory layoutDrahflow
2013-01-03Compiler can now push ints and stringsDrahflow
2012-12-08Initial commitDrahflow