Skip to content

Instantly share code, notes, and snippets.

View floriancargoet's full-sized avatar

Florian Cargoët floriancargoet

View GitHub Profile
@floriancargoet
floriancargoet / features.md
Last active December 11, 2015 06:59
Ideas for a PL

Inspiration: Lua, JavaScript, Circa, promises, reactive programming

Base concepts:

  • base object === map (no properties or methods)

    map = {}
    map.toString // null
    
Using 'gist from command line' (http://github.com/defunkt/gist)
I can write/read a gist from command line
echo 'Hello' | gist
gist < myFile
gist 1234 > readThatGist