Search found 7 matches
- Mon Mar 15, 2004 5:49 am
- Forum: Anything else we might add?
- Topic: sxml to xml (xhtml)
- Replies: 12
- Views: 11735
forget about scheme
Hi Lutz, Being thinking about your respondes couple times just to make sure I fully understand you, without my programer's assumption of "I think I know that". I will have to say bye or run away from these scheme implementations for my new quest. In some way I think they might be complicating the is...
- Sun Mar 14, 2004 11:28 pm
- Forum: Anything else we might add?
- Topic: sxml to xml (xhtml)
- Replies: 12
- Views: 11735
newlisp vs scheme
Hi Lutz, The javascript shceme parser is no way comparing to newlisp at all, I am just trying to stream line the coding effort for example: I am thinking to code newlisp like syntax on the browser based REPL console, then pass the sexpression through remoting to the server side newlisp process or cg...
- Sun Mar 14, 2004 9:27 pm
- Forum: Anything else we might add?
- Topic: sxml to xml (xhtml)
- Replies: 12
- Views: 11735
Javascript Scheme/Lisp
Actually, I am running some webpage with javascript parser to evaluate scheme code. Which already intergrated with a hook to the browser's DOM or javascript routines. My question for you will be : you think the syntax between newlisp and schem can co exists? What will you suggest I do to make them s...
- Sun Mar 14, 2004 6:39 pm
- Forum: Anything else we might add?
- Topic: sxml to xml (xhtml)
- Replies: 12
- Views: 11735
Lisp in Javascript
Hi Lutz, Thanks for the info on the static variables, I will remember to use contexts from now on, Here is an idea forming on top of my head: After being through the life cycles of developments, I am starting to think that it's really important to re-think the coding approach from ground up, instead...
- Sun Mar 14, 2004 5:08 am
- Forum: Anything else we might add?
- Topic: sxml to xml (xhtml)
- Replies: 12
- Views: 11735
7.1** trough 7.52
Hi Lutz, I did revmove the extra ((gs "")) as you suggested on both 7.1** and 7.52 version, both of them works. I kind of like the ((gs "" )) , according to the help document, it provides me a way of serializing the object and the statics vars; such a nice features!! Whole lots of potential for data...
- Thu Mar 11, 2004 10:22 pm
- Forum: Anything else we might add?
- Topic: sxml to xml (xhtml)
- Replies: 12
- Views: 11735
Thanks for the TIPs
Hi Lutz, I am a bit new to the newlisp kind of coding concept such as define-macro and the lambda. I am not quite understand the full protential of these functions yet, getting there slowly. I did some testing and here is what I come up with so far: (define (parsetree alist ps ((gs ""))) (set 'gs (s...
- Thu Mar 11, 2004 2:01 am
- Forum: Anything else we might add?
- Topic: sxml to xml (xhtml)
- Replies: 12
- Views: 11735
sxml to xml (xhtml)
Hi everyone, I noticed newlisp a while ago, like the small foot print and the concept of keeping everything small and simple. On the other hand, most of the folks have been doing coding in a more complex way for a very long time, including myself. In my case, it became a challenge in my thinking pat...