From 6aee62925c905cfbfecabbd96e70b33c92c789eb Mon Sep 17 00:00:00 2001 From: David Botton Date: Wed, 7 Feb 2024 10:45:32 -0500 Subject: [PATCH] add js functions to clog.lisp --- VSCODE.md | 10 +++++----- source/clog.lisp | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/VSCODE.md b/VSCODE.md index 61a9393..2c11f48 100644 --- a/VSCODE.md +++ b/VSCODE.md @@ -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 diff --git a/source/clog.lisp b/source/clog.lisp index 5b07e88..bbb1532 100644 --- a/source/clog.lisp +++ b/source/clog.lisp @@ -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)