Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Battlestar

< >

Battlestar is a programming language created in 2014 by Alexander Rødseth.

#1270on PLDB 10Years Old
Download source code:
git clone https://github.com/xyproto/battlestar
REPL · Source Code

:dizzy: A different take on Assembly, with the goal of creating tiny executables.


Example from Riju:
const message = "Hello, world!\n" fun main syscall(1, 1, message, len(message)) end
Example from hello-world:
#!/usr/bin/bts const hello = "Hello World\n" print(hello)

Language features

Feature Supported Example Token
Print() Debugging ✓ print
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll