Skip to content

Instantly share code, notes, and snippets.

@gabriel-laddel
Created November 7, 2014 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabriel-laddel/b153770c0d15d28112cf to your computer and use it in GitHub Desktop.
Save gabriel-laddel/b153770c0d15d28112cf to your computer and use it in GitHub Desktop.
http://bobblum.com/ESSAYS/COMPSCI/EUV.html
http://en.wikipedia.org/wiki/Parser_combinator
http://www.gibiansky.com/
@gabriel-laddel
Copy link
Author

@gabriel-laddel
Copy link
Author

amixer -c 0 -- sset Master playback -50.0dB

@gabriel-laddel
Copy link
Author

It occurs to me that climacs already has a parser for C syntax.

@gabriel-laddel
Copy link
Author

add super key on all my machines

@gabriel-laddel
Copy link
Author

functional common lisp

some people think that having stateful operations makes CL
unusable, untypable etc. this is obviously false, but admittedly,
there are very few tools that help one verify their code is pure
and take advantage of that fact.

  • seperate all base CL operations into pure and impure and start
    categorizing ASTs based on their purity. see what typing machinery
    etc. falls out of this. possibly give % purity for a codebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment