Skip to content

Instantly share code, notes, and snippets.

View parttimenerd's full-sized avatar

Johannes Bechberger parttimenerd

View GitHub Profile
@parttimenerd
parttimenerd / notes_on_pool.md
Last active December 20, 2015 22:19
Random notes on POOL (a new programming language)...

#VM notes

  • parallelize the variable lookup
    • e.g. one thread for the backward module chain one for the forward and one for the class chain
  • cache the variable already looked up
    • probably with a hashtable and a global no_attribute_added flag

#Syntax notes

  • force spaces (when it's neccessary)
  • trim the syntax spec and extend it later - to make you're that the grammar can be written at one or two weekends