Genetic Programming

From Hegemon Wiki
Revision as of 22:40, 1 November 2016 by H3g3m0n (talk | contribs) (Created page with "==Possible targets== * LLVM - Can run as bytecode or compile to machine code. * Web Assembly - New. * JVM - I hate Java. * MonoVM - Meh. * SPIR-V - For the GPU. * X86-64 - Nat...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Possible targets

  • LLVM - Can run as bytecode or compile to machine code.
  • Web Assembly - New.
  • JVM - I hate Java.
  • MonoVM - Meh.
  • SPIR-V - For the GPU.
  • X86-64 - Native but CISC...
  • RISC-V - I love RISC-V (needs to be emulated).
  • AVR - For the microcontroller (needs to be emulated).
  • ARM - For the microcontroller (needs to be emulated).
  • MIR - Rust intermediate level. Not sure if it would be any advantage over LLVM.
  • BrainFuck - It's simplicity be good for genetic programming?
  • GPTree - A Genetic Programming AST. Traditional.