Kal is a programming language created in 2012.
#764on PLDB | 12Years Old |
git clone https://github.com/rzimmerman/kal
Kal is a highly readable, easy-to-use language that compiles to JavaScript.
task getUserFriends (userName)
wait for user from db.users.findOne {name:userName}
wait for friends from db.friends.find {userId:user.id}
return friends
Feature | Supported | Example | Token |
---|---|---|---|
Integers | ✓ | ||
Floats | ✓ | ||
Hexadecimals | ✓ |