Less is more
Thinking Forth helped me to realize the essential part of the Better Language. It is a scripting interface to libffi. That’s it.
The requirements for such interface are: portability, turing-completeness, single thread, simple grammar, no garbage collector (hence, no garbage).
Using this interface we could bootstrap a system environment for a language of our choice and easily connect important libraries like libcoroutine, llvm, libgarbagecollector and many others.
