Scripting with only symbols.
- 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
-
{
|
}
~
Just 3 steps to begin SymbolJS!
- Open
about:blank
- Press Ctrl+Shift+K (macOS: ⌘Command+⌥Option+K)
- Write your code and press Enter to run
- Pull Request Welcome!
- If you have a question or a trouble, make an issue to resolve it!
- Don't hesitate!