rom lisp
(oj (+ 1 2))
I get '3' back in my repl (no going to the browser, but it was
actually computed in the browser)
likewise, when I have my js application loaded in the browser I can do this:
(oj
(set-frame emailtable 20 20 330 240)
(set-frame subject 20 20 350 32)
(set-frame
haven't tried too hard to be like CL here? I hope my patches are
useful and would like them to be considered for inclusion.
Thanks,
Yong.
From cfdeeef4283c4e6d2f571bef3e815a5cf986aae0 Mon Sep 17 00:00:00 2001
From: Chew Theam Yong
Date: Tue, 11 May 2010 21:38:29 +1200
Subject: [PATCH] Renamed
ed message --
From: Daniel Weinreb
Date: Wed, Jul 28, 2010 at 2:01 PM
Subject: Parenscript
To: Nick Fitzgerald
Nick,
Hi. I just got reminded of the existence of Parenscript by seeing
the recent Planet Lisp blog post. This is really cool and
I hope to get the time to learn all about it.
PS produced this, which is correct:
>
> var blah = (x = foo(), x == null ? y : z);
>
> Daniel
>
From 537788dbecc93ab17b78cd0ce0b24c6d540b11f8 Mon Sep 17 00:00:00 2001
From: Chew Theam Yong
Date: Fri, 14 May 2010 20:42:41 +1200
Subject: [PATCH] Operator precedence - fixed handling o
I'm sure someone there will be more helpful than
> me.
>
> Thanks again,
> _Nick_
>
>
>
> -- Forwarded message --
> From: Daniel Weinreb
> Date: Wed, Jul 28, 2010 at 2:01 PM
> Subject: Parenscript
> To: Nick Fitzgerald
>
>
> Ni
: mohe2015
Date: Sun, 24 Mar 2019 13:00:31 +0100
Subject: [PATCH] Implement importing and exporting ES Modules
---
src/js-ir-package.lisp | 4
src/package.lisp | 6 ++
src/printer.lisp | 15 +++
src/special-operators.lisp | 12
4 files changed
As I said in the subject, I'm working on a JS-only (no server-side
code) HTML5 webapp in Parenscript with jQuery. I have extensive JS
experience, but I'm really new to Common Lisp.
I wanted a setup where I could edit a Parenscript file, hit save, then
hit refresh in my browser and immed
On Jan 8, 2011, at 1:44 PM, Jon Rosebaugh wrote:
> As I said in the subject, I'm working on a JS-only (no server-side
> code) HTML5 webapp in Parenscript with jQuery. I have extensive JS
> experience, but I'm really new to Common Lisp.
>
> I wanted a setup where I
les to "null;"
>>>>
>>>> This spurious output may result in errors (I'm using ps to convert
>>>> my Lisp code to Actionscript).
>>>>
>>>> How about using (values) to indicate explicitly that something
>>>> d
t, Jan 8, 2011 at 2:44 PM, Jon Rosebaugh wrote:
> As I said in the subject, I'm working on a JS-only (no server-side
> code) HTML5 webapp in Parenscript with jQuery. I have extensive JS
> experience, but I'm really new to Common Lisp.
>
> I wanted a setup where I could edit
7;t matter so
much, but after learning how simply and brilliantly Lua makes use of
multiple return values, I changed my mind. (Plus, to change the
subject, one dream of mine is to have a Lisp that compiles to both JS
and Lua, and such a thing must have multiple return.)
Daniel
On Sat, Mar 23, 201
12 matches
Mail list logo