Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
hythloday
14y ago
0 comments
Share
You don't need the full python repl/compiler/interpreter/libraries, you "just" need the python virtual machine. Once there's a C compiler for the platform that should be relatively straightforward, because I sincerely doubt that takes all 128KiB.
0 comments
default
newest
oldest
enygmata
14y ago
I wonder how hard would it be to get a working DCPU-16 backend for GCC or Clang.
abrahamsen
14y ago
GCC already has 4 other 16-bit backends (e.g. pdp11), so it should be achievable.
Ralith
14y ago
A Clang backend means a LLVM backend, which I believe is a lot easier than extending GCC, and gets you support for all sorts of languages.
j
/
k
navigate · click thread line to collapse