add js functions to clog.lisp

This commit is contained in:
David Botton 2024-02-07 10:45:32 -05:00
parent d07b41dd73
commit 6aee62925c
2 changed files with 7 additions and 5 deletions

10
VSCODE.md vendored
View file

@ -10,17 +10,17 @@ Using VSCODE instead of emacs:
git clone https://github.com/fare/asdf.git
- Download and install vscode
- 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;
- You need to insure you have pre-requisites installed so open sbcl or slime in Emacs and run:
(ql:quickload :cl-json)
(ql:quickload :bordeaux-threads)
(ql:quickload :usocket)
(ql:quickload :flexi-streams)
- Download and install vscode
- Go to - https://marketplace.visualstudio.com/items?itemName=rheller.alive
Click install and follow directions
- Cmd+Shift+P - type shell command <enter>

View file

@ -97,6 +97,8 @@ embedded in a native template application.)"
(p-on-js function)
(escape-string function)
(lf-to-br function)
(js-to-integer function)
(js-to-float function)
"CLOG Color utilities"
(rgb function)