[no subject]

2013-07-20 Thread Olaf Ruppert

Re: [parenscript-devel] best practice for developing a JS-only HTML5 webapp?

2011-01-08 Thread Kelly McDonald
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

[parenscript-devel] random, mapcar, and loop

2010-05-11 Thread szergling
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

[parenscript-devel] Fwd: Parenscript

2010-07-28 Thread Nick Fitzgerald
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.

Re: [parenscript-devel] Syntax error when binding to a binding

2010-05-14 Thread szergling
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

Re: [parenscript-devel] Fwd: Parenscript

2010-08-08 Thread Vladimir Sedach
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

Implement importing and exporting ES Modules

2019-04-03 Thread Moritz.Hedtke
: 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

[parenscript-devel] best practice for developing a JS-only HTML5 webapp?

2011-01-08 Thread Jon Rosebaugh
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

Re: [parenscript-devel] best practice for developing a JS-only HTML5 webapp?

2011-01-08 Thread Red Daly
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

Re: [parenscript-devel] Skipping null returns at the top level.

2010-02-03 Thread szergling
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

Re: [parenscript-devel] best practice for developing a JS-only HTML5 webapp?

2011-01-08 Thread Daniel Gackle
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

Re: [parenscript-devel] 'use strict' and 'with' in loop

2013-03-23 Thread Daniel Gackle
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