Skip to content

Random outside of language facts

Maciej Górski edited this page Jan 6, 2016 · 2 revisions
  • nontextual, based on graph - easy to find all functions that call given function
  • with version control system built in
  • auto-commit when all tests pass
  • cannot commit without 100% coverage (or @untested annotation)
  • when changing code, only tests that exercise it (directly or indirectly) are run
  • distributed standard library, new additions can be voted on (majority wins)
  • final executable doesn't contain the whole standard library, only required code
  • real time push / pull
  • visual IDE, speech code input
  • genetic algorithms trying to figure out implementation based on tests - for simple, algorithmic functions
  • mind controlled IDE, thought code input - much faster than anything else (before AI)

Clone this wiki locally