Top 1,000 Features Creators Events Podcasts Extensions Interviews Blog Explorer CSV

Battlestar

< >

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

#1240on 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

View source

- Build the next great programming language · About · Resources · Acknowledgements · Part of the World Wide Scroll