Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@robotlolita
Last active December 17, 2015 15:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robotlolita/5630695 to your computer and use it in GitHub Desktop.
Save robotlolita/5630695 to your computer and use it in GitHub Desktop.
Things I'd like to write about

Things I'll likely write about soon

  • On module systems in general, and AMD/CommonJS in particular: simplicity, community, etc.

  • On the performance implications of real-world applications with Promises/A+ for abstracting over asynchronous computations.

  • How command line interfaces usually suck beyond anything, and what we could do to get back the UNIX philosophy and more simplicity.

  • A short introduction to programming language theory and programming language design. Parsing, semantics, formal syntaxes, interpreters, optimizers and compilers.

  • Design of APIs in libraries.

  • Libraries vs Frameworks.

Topics I'm interested in

  • Design and implementation of programming languages.
  • Interactive storytelling.
  • Natural language processing and formal semantics.
  • Concurrent applications.
  • Type systems and formal specifications.
  • Game design.
  • All things AI (related to interactive storytelling).
  • Everything that can be described as "let's make everyone's life simpler".
  • All things art.
  • Science fiction, fantasy and steampunk.
  • Neuroscience.
  • Social psychology.
  • Freedom, specially in arts and IT.
Copy link

ghost commented May 22, 2013

I would be super interested in seeing your opinion about command line interfaces in the form of a blog post. I'm guessing this ties in to OrpheOS as well?

@robotlolita
Copy link
Author

@dwcook yeah, it's one of the things I'd like to tackle on OrpheOS.

(It seems that Gists still don't notify you when people comment on them, shame on Github :x)

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