0.73 - fixed a cookie parsing bug
https://github.com/taoeffect/dragonfly-newlisp
Search found 413 matches
- Thu Aug 06, 2015 4:52 am
- Forum: Dragonfly
- Topic: Dragonfly 0.73
- Replies: 1
- Views: 1552
- Tue May 19, 2015 6:09 am
- Forum: Dragonfly
- Topic: How to tell if route_cgi.lsp is running?
- Replies: 10
- Views: 6271
Re: How to tell if route_cgi.lsp is running?
[ERROR]: ERR: list or string expected in function find : nil called from user function Dragonfly:eval-template called from user function Dragonfly:display-file called from user function Dragonfly:display-view called from user function Dragonfly:display-error called from user function $error-event S...
- Tue May 12, 2015 8:10 pm
- Forum: Dragonfly
- Topic: How to tell if route_cgi.lsp is running?
- Replies: 10
- Views: 6271
Re: How to tell if route_cgi.lsp is running?
Hi Marc, thanks for the help :) Unfortunately, the code is proprietary, so I can't take advantage of your offer to check a ZIP. 1. .nhtml is for views containing newLISP code, and .html is for views without -- just an easy way to check at a glance. 2. The .nl script is not RESTful, so I don't think...
- Wed Dec 24, 2014 2:29 am
- Forum: newLISP in the real world
- Topic: need help understanding letex
- Replies: 7
- Views: 2556
Re: need help understanding letex
Actually, it should work just fine. The stream queue shouldn't grow much because of the lazy evaluation.Lutz wrote:In newLISP this implementation would get slower when more elements are held in the stream queue.
- Sat May 31, 2014 12:29 am
- Forum: newLISP in the real world
- Topic: SSL + SMTP
- Replies: 2
- Views: 1366
Re: SSL + SMTP
Hmm. Well thanks, I may or may not take you up on that offer in a couple of weeks... we'll see. I'll reply here if I do!
- Mon May 26, 2014 6:25 pm
- Forum: newLISP in the real world
- Topic: SSL + SMTP
- Replies: 2
- Views: 1366
SSL + SMTP
So... does the smtpx.lsp module work over SSL? I'm guessing that it doesn't... is that right?
- Mon Mar 24, 2014 5:39 pm
- Forum: Whither newLISP?
- Topic: RFC: A reference counted newLISP (and how to implement it).
- Replies: 6
- Views: 8812
Re: RFC: A reference counted newLISP (and how to implement i
Might not be possible. See here for an attempt at this that uses a 5 node doubly-linked list:
https://gist.github.com/taoeffect/6847427
https://gist.github.com/taoeffect/6847427
- Wed Oct 09, 2013 1:30 am
- Forum: Anything else we might add?
- Topic: Someone translated my blogpost on newLISP into Chinese
- Replies: 1
- Views: 1655
Someone translated my blogpost on newLISP into Chinese
Original: https://www.taoeffect.com/blog/2010/01/how-newlisp-took-my-breath-and-syntax-away/ Translation: http://translate.google.com/translate?sl=auto&tl=en&js=n&prev=_t&hl=en&ie=UTF-8&u=http%3A%2F%2Fblog.skydark.info%2Fprogramming%2F2012%2F06%2F28%2Fnewlisp%2F Funny: "newLISP is a true diamond in ...
- Tue Jun 25, 2013 7:52 pm
- Forum: Whither newLISP?
- Topic: How to get newLISP popular?
- Replies: 11
- Views: 7371
Re: How to get newLISP popular?
I tried to use newLISP once from a C program, and it didn't go too well. newLISP is great in going from newLISP -> C, but not in the opposite direction, so until it has support for that, which is at least as good as Lua's, it won't be popular for using as a scripting language for games, or other pla...
- Mon Jun 24, 2013 3:23 pm
- Forum: newLISP in the real world
- Topic: newLISP on Rockets
- Replies: 20
- Views: 6255
Re: newLISP on Rockets
Even the simplest code, no matter how mature, needs some maintenance now and then. Wouldn't need even more maintenance something that attempts to work in a field that never stays still, that's constantly changing, like the web? You complain that the author of Newlisp on Rockets didn't fork your wor...
- Mon Jun 24, 2013 2:45 am
- Forum: newLISP in the real world
- Topic: newLISP on Rockets
- Replies: 20
- Views: 6255
Re: newLISP on Rockets
I assume that you didn't visit the page after hitting ^C... Did you try Cmd/Ctrl-Shift-R (or a different browser)?
Also, try following these instructions to get it running under Apache instead:
http://rundragonfly.com/dragonfly_welcome
Also, try following these instructions to get it running under Apache instead:
http://rundragonfly.com/dragonfly_welcome
- Sun Jun 23, 2013 1:31 am
- Forum: newLISP in the real world
- Topic: newLISP on Rockets
- Replies: 20
- Views: 6255
Re: newLISP on Rockets
Well it surely looks like your framework is unmaintained. Now you post there's a new version, so I wanted to give it a try, followed README indications and this is what I got for the example: ERR: invalid function : (load-files-in-dir (string DRAGONFLY_ROOT "/lib") ".lsp$") I don't want to diminish...
- Sat Jun 22, 2013 7:41 pm
- Forum: newLISP in the real world
- Topic: newLISP on Rockets
- Replies: 20
- Views: 6255
Re: newLISP on Rockets
I don't understand the reasons he gave for starting his own framework from scratch, but w/e.
I just updated Dragonfly to 0.71 btw.
viewtopic.php?f=17&t=4360
I just updated Dragonfly to 0.71 btw.
viewtopic.php?f=17&t=4360
- Sat Jun 22, 2013 7:39 pm
- Forum: Dragonfly
- Topic: Dragonfly 0.71
- Replies: 0
- Views: 2150
Dragonfly 0.71
Code: Select all
made utf8-urlencode behave more like php. no longer escaping dashes
- Fri Jun 21, 2013 11:49 pm
- Forum: newLISP in the real world
- Topic: newLISP on Rockets
- Replies: 20
- Views: 6255
Re: newLISP on Rockets
I wanted a framework that simplified database work and jQuery access, something that Dragonfly didn't do, and wasn't likely to do as development seems to have stopped. I think Jeremy must have assumed that Dragonfly had been abandoned and took it off in a new direction. Does Jeremy have a user acco...
- Fri Jun 21, 2013 9:28 pm
- Forum: newLISP in the real world
- Topic: newLISP on Rockets
- Replies: 20
- Views: 6255
Re: newLISP on Rockets
I just came across this today. I'm very confused. I can't figure out who the author is, or why they decided to create this project from scratch instead of forking our work and modifying it, considering how much work we did and how small this community is. Plus, just skimming through their docs, they...
- Thu Jun 28, 2012 8:04 pm
- Forum: Dragonfly
- Topic: Help on first time Dragonfly install
- Replies: 6
- Views: 3896
Re: Help on first time Dragonfly install
I think I fixed this issue via a different route:
This should work then if QUERY_STRING is nil, where 'empty?' on 'nil' will cause an error. I updated my repo:
https://github.com/taoeffect/dragonfly-newlisp
Code: Select all
(unless (null? QUERY_STRING)
https://github.com/taoeffect/dragonfly-newlisp
- Wed May 11, 2011 12:06 am
- Forum: Whither newLISP?
- Topic: Are contexts heavyweight?
- Replies: 2
- Views: 3107
Re: Are contexts heavyweight?
See link in sig for anon contexts.
- Wed May 11, 2011 12:01 am
- Forum: newLISP and the O.S.
- Topic: IMAP checker via SSL
- Replies: 1
- Views: 1478
Re: IMAP checker via SSL
Cool beans newdep, thanks for sharing! This might come in handy at some point...
- Fri Feb 18, 2011 11:11 pm
- Forum: newLISP in the real world
- Topic: replacing a period in a string using replace
- Replies: 4
- Views: 1018
Re: replacing a period in a string using replace
Newlisp's manual is full of useful information.two- wrote:Can you have println print without the trailing newline?
- Sun Jan 30, 2011 3:01 am
- Forum: newLISP in the real world
- Topic: event system
- Replies: 2
- Views: 742
Re: event system
Cool, I like it! :-) Don't know if you'll find this useful, but your code reminded me of a somewhat similar macro I made called 'wrap-func': (define-macro (wrap-func func-sym wrapper , wrapped-func) (setf wrapped-func (sym (string func-sym "|wrapped#" (inc wrap-func.counter)))) (set wrapped-func (ev...
- Wed Dec 29, 2010 9:05 pm
- Forum: Dragonfly
- Topic: The Dragonfly showcase
- Replies: 1
- Views: 2267
Re: The Dragonfly showcase
Dragonfly powers the backend for the Tao Effect webstore & integration with PayPal.
- Mon Nov 22, 2010 6:18 pm
- Forum: newLISP in the real world
- Topic: Problems with upload.cgi on newLISP 10.2.8
- Replies: 15
- Views: 6184
Re: Problems with upload.cgi on newLISP 10.2.8
Hey Jeremy, unfortunately my plate is ridiculously full at the moment, so I can't look into this—off the top of my head I'd suggest trying with Apache and see if it works there (if you're using newlisp's built-in server for this). If that doesn't help and you're able to figure out why, I'd be happy ...
- Mon Oct 25, 2010 6:27 am
- Forum: Whither newLISP?
- Topic: anonymous rb-trees?
- Replies: 11
- Views: 7167
Re: anonymous rb-trees?
They must be manually managed via reference counting (like in objective-c), see the link for details.TedWalther wrote:Thanks itistoday. Are these objects garbage collected with ORO?
- Mon Oct 25, 2010 1:45 am
- Forum: Whither newLISP?
- Topic: anonymous rb-trees?
- Replies: 11
- Views: 7167
Re: anonymous rb-trees?
I've posted various techniques for creating pseudo-anonymous objects in newLISP (i.e. see my sig). You can do the same with rb-trees. Just create a function that creates contexts with a prefix + incrementing number (i.e. like 'gensym').