|
|
|
|
|
by AndreBaltazar
2239 days ago
|
|
Hi HN, this is project I've been working on, started developing this language seriously a couple months ago with C++ in my free time. The objective here is to allow arbitraty compile-time code execution and modification of every part of the code at compile time. Created many experiments previously to this to figure out LLVM and other tools. Switched to Kotlin recently because adding functionality with C++/Bison/Flex was proving difficult. This means that it requires JVM right now to compile, but when the language is able to self-host, it's probably also easy to do it. The reason for this is that I don't see any major programming language doing this. Everything seems to be very restricted to const expressions or string manipulation. Any questions please ask away :) |
|