blob: 7de2dd5febee1f81e23f34d142b7ef46641f6577 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Sylt-lang
-----------
Sylt is a statically-checked dynamically typed, reference counted programming
language made for GameJams.
## Why does this exist? Why not use X-lang?
Pfft! Why not?
## Getting started
Sylt is written entirely in Rust. Pointing to this Git-repo
in your Cargo.toml is the easiet way. Alternatively you can
build the interpreter and run your own programs from there.
## Endgame
A language that has some form of static typechecking, is easy and fast to work
in. Performance should be good enought that you don't really have to worry
about it.
Dreams also exist of automatically updating the game when files are changed.
|