interpreter - Tutorial and usage samples on PharoVMBuilder -
how can use pharo vm own programming language realization ? can found tutorial on slang and/or making own .image scratch ?
as matter of fact, in smalltalk don't build .image scratch. instead build own programming language inside existent smalltalk dialect until able run independently. 1 example of newspeak. cuis. also, pharo took pathway when forked squeak.
of course, these major projects. if motivation provide own syntax , programming rules (e.g., type declaration, etc.), don't need build full .image scratch build language (compiler , ui) inside pharo, in case way go.
Comments
Post a Comment