Story about how I deded to rewrite my toy language to Java.
Free flow thought process capturing some of my decisions regarding tinySelfEE development, specifically why I thrown away all the symbolic eval code.
Update from the development of my own programming language called tinySelf.
Description of how I gained performance in my programming language tinySelf. Rpython profiling and optimizations.
Description of how I gained performance in my programming language tinySelf. Rpython profiling and optimizations, usage of JIT compiler.
First benchmark in my programming language tinySelf.