Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement into libraries #2

Open
12 of 16 tasks
gumgl opened this issue Sep 13, 2015 · 1 comment
Open
12 of 16 tasks

Implement into libraries #2

gumgl opened this issue Sep 13, 2015 · 1 comment
Assignees

Comments

@gumgl
Copy link
Member

gumgl commented Sep 13, 2015

Std πŸ˜ƒ

  • βž• Addition/concatenation
  • βž– Subtraction
  • βœ–οΈ Multiplication
  • βž— Division
  • Ⓜ️ Modulus
  • ❗ Negation
  • βœ‚οΈ Slice(str, pos, len)
  • πŸ”„ Swap x y
  • 🎲 Rand int int
  • πŸ’€ Sleep x
  • πŸ˜²πŸ”« Quit

I/O πŸš₯

  • πŸ‘‚ Read
  • πŸ’¬ Print
  • ☁️ Upload to cloud and get unique emoji identifier

Functional πŸ’Š

  • πŸ› Curry functions

System πŸ’»

  • 🐚 Shell command
@tsani
Copy link
Contributor

tsani commented Sep 24, 2015

Now that we have a JavaScript file that can be included with πŸ’‰ we need to set up a true CBKB library that has all the FFI declarations bridging them together. Putting the burden on the programmer to remember the javascript names is lame, and having each program begin with a giant chunk of FFI declarations would be lame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants