Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 346 Bytes

TODO.md

File metadata and controls

12 lines (11 loc) · 346 Bytes

What to look for:

  • how does compilation in Haskell work?
  • how to convert Haskell naming standard to Lisk?
  • how to convert Lisp style from Lick to Haskell?
  • how to load files?
  • how to parse?
  • how to compile parsed?

Haskell Coding Standards:

  • function: myLongFuncName
  • type: MyType
  • modules: ./src/Control/Distributed/Process.hs