sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package Manager and Build Tool

sunjay opened this issue · comments

Something similar to the awesome Cargo

Ideas:

  • The brain package manager is called "nerve"
  • Nerve.toml for configuration (same as Cargo.toml)
  • Should resolve the dependency tree and build dependencies in the correct order
  • Anything that can be done in parallel should probably be done in parallel
  • Reject circular dependencies until we have a solution for that