Measures Concepts
GitHub icon

Battlestar

Battlestar - Programming language

< >

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

Source code:
git clone https://github.com/xyproto/battlestar
#1358on PLDB 10Years Old

Try now: Riju

: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 Token Example
Print() Debugging ✓ print

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout