Category:Battlestar: Difference between revisions

Content added Content deleted
Line 18: Line 18:
* "hello world" is only 129 bytes on 32-bit Linux (when using sstrip from elfkickers).
* "hello world" is only 129 bytes on 32-bit Linux (when using sstrip from elfkickers).
* It's possible to write an operating system with only one source file.
* It's possible to write an operating system with only one source file.
* Full support for inline C (by utilizing gcc).
* Full support for inline C (by utilizing an external compiler like gcc or tcc).
* C and Battlestar code can exist in the same source file and calls can be made both ways.
* C and Battlestar code can exist in the same source file and calls can be made both ways.
* Battlestar programs compiles almost instantly.
* Battlestar programs compiles almost instantly.