mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
add js functions to clog.lisp
This commit is contained in:
parent
d07b41dd73
commit
6aee62925c
2 changed files with 7 additions and 5 deletions
10
VSCODE.md
vendored
10
VSCODE.md
vendored
|
|
@ -10,17 +10,17 @@ Using VSCODE instead of emacs:
|
||||||
|
|
||||||
git clone https://github.com/fare/asdf.git
|
git clone https://github.com/fare/asdf.git
|
||||||
|
|
||||||
- Download and install vscode
|
- You need to insure you have pre-requisites installed so open sbcl or slime in Emacs and run:
|
||||||
|
|
||||||
- Go to - https://marketplace.visualstudio.com/items?itemName=rheller.alive
|
|
||||||
|
|
||||||
You need to insure you have pre-requisites installed so open sbcl or slime in Emacs and run;
|
|
||||||
|
|
||||||
(ql:quickload :cl-json)
|
(ql:quickload :cl-json)
|
||||||
(ql:quickload :bordeaux-threads)
|
(ql:quickload :bordeaux-threads)
|
||||||
(ql:quickload :usocket)
|
(ql:quickload :usocket)
|
||||||
(ql:quickload :flexi-streams)
|
(ql:quickload :flexi-streams)
|
||||||
|
|
||||||
|
- Download and install vscode
|
||||||
|
|
||||||
|
- Go to - https://marketplace.visualstudio.com/items?itemName=rheller.alive
|
||||||
|
|
||||||
Click install and follow directions
|
Click install and follow directions
|
||||||
|
|
||||||
- Cmd+Shift+P - type shell command <enter>
|
- Cmd+Shift+P - type shell command <enter>
|
||||||
|
|
|
||||||
|
|
@ -97,6 +97,8 @@ embedded in a native template application.)"
|
||||||
(p-on-js function)
|
(p-on-js function)
|
||||||
(escape-string function)
|
(escape-string function)
|
||||||
(lf-to-br function)
|
(lf-to-br function)
|
||||||
|
(js-to-integer function)
|
||||||
|
(js-to-float function)
|
||||||
|
|
||||||
"CLOG Color utilities"
|
"CLOG Color utilities"
|
||||||
(rgb function)
|
(rgb function)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue