Skip to content

acid-chicken/SymbolJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SymbolJS

Scripting with only symbols.

Rules

  • Runnable on latest Firefox
  • Starting with only Standard built-in objects and Global object
  • Never creating String object where use quotation symbols (0x22, 0x27, and 0x60)
  • Coding with only these characters
0x20 - 0x21
  !
0x22 - 0x26
" # $ % &
0x27 - 0x2f
' ( ) * + , - . /
0x3a - 0x40
: ; < = > ? @
0x5b - 0x60
[ \ ] ^ _ `
0x7b - 0x7e
{ | } ~

Trying

Just 3 steps to begin SymbolJS!

  1. Open about:blank
  2. Press Ctrl+Shift+K (macOS: ⌘Command+⌥Option+K)
  3. Write your code and press Enter to run

Contributing

  • Pull Request Welcome!
  • If you have a question or a trouble, make an issue to resolve it!
  • Don't hesitate!

About

Scripting with only symbols.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published