Search found 429 matches

by itistoday
Mon Jun 24, 2013 3:23 pm
Forum: newLISP in the real world
Topic: newLISP on Rockets
Replies: 20
Views: 12211

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...
by itistoday
Mon Jun 24, 2013 2:45 am
Forum: newLISP in the real world
Topic: newLISP on Rockets
Replies: 20
Views: 12211

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
by itistoday
Sun Jun 23, 2013 1:31 am
Forum: newLISP in the real world
Topic: newLISP on Rockets
Replies: 20
Views: 12211

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...
by itistoday
Sat Jun 22, 2013 7:41 pm
Forum: newLISP in the real world
Topic: newLISP on Rockets
Replies: 20
Views: 12211

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
by itistoday
Sat Jun 22, 2013 7:39 pm
Forum: Dragonfly
Topic: Dragonfly 0.71
Replies: 0
Views: 4365

Dragonfly 0.71

Code: Select all

made utf8-urlencode behave more like php. no longer escaping dashes 
https://github.com/taoeffect/dragonfly- ... baebb2f2d2
by itistoday
Fri Jun 21, 2013 11:49 pm
Forum: newLISP in the real world
Topic: newLISP on Rockets
Replies: 20
Views: 12211

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...
by itistoday
Fri Jun 21, 2013 9:28 pm
Forum: newLISP in the real world
Topic: newLISP on Rockets
Replies: 20
Views: 12211

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...
by itistoday
Thu Jun 28, 2012 8:04 pm
Forum: Dragonfly
Topic: Help on first time Dragonfly install
Replies: 6
Views: 7942

Re: Help on first time Dragonfly install

I think I fixed this issue via a different route:

Code: Select all

(unless (null? QUERY_STRING)
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
by itistoday
Wed May 11, 2011 12:06 am
Forum: Whither newLISP?
Topic: Are contexts heavyweight?
Replies: 2
Views: 4445

Re: Are contexts heavyweight?

See link in sig for anon contexts.
by itistoday
Wed May 11, 2011 12:01 am
Forum: newLISP and the O.S.
Topic: IMAP checker via SSL
Replies: 1
Views: 2762

Re: IMAP checker via SSL

Cool beans newdep, thanks for sharing! This might come in handy at some point...
by itistoday
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: 2329

Re: replacing a period in a string using replace

two- wrote:Can you have println print without the trailing newline?
Newlisp's manual is full of useful information.
by itistoday
Sun Jan 30, 2011 3:01 am
Forum: newLISP in the real world
Topic: event system
Replies: 2
Views: 1902

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...
by itistoday
Wed Dec 29, 2010 9:05 pm
Forum: Dragonfly
Topic: The Dragonfly showcase
Replies: 1
Views: 4450

Re: The Dragonfly showcase

Dragonfly powers the backend for the Tao Effect webstore & integration with PayPal.
by itistoday
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: 10786

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 ...
by itistoday
Mon Oct 25, 2010 6:27 am
Forum: Whither newLISP?
Topic: anonymous rb-trees?
Replies: 11
Views: 12395

Re: anonymous rb-trees?

TedWalther wrote:Thanks itistoday. Are these objects garbage collected with ORO?
They must be manually managed via reference counting (like in objective-c), see the link for details.
by itistoday
Mon Oct 25, 2010 1:45 am
Forum: Whither newLISP?
Topic: anonymous rb-trees?
Replies: 11
Views: 12395

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').
by itistoday
Mon Sep 27, 2010 3:07 am
Forum: newLISP in the real world
Topic: Help installing newLISP on a shared server
Replies: 13
Views: 4011

Re: Help installing newLISP on a shared server

joejoe wrote:Am I correct to read that Im getting a permission denied trying to access gcc? Any workarounds on this?
Yup, you'll have to contact whoever admins the server about this.
by itistoday
Thu Sep 23, 2010 6:48 pm
Forum: newLISP and the O.S.
Topic: Benchmarking newLISP
Replies: 28
Views: 27179

Re: Benchmarking newLISP

Nice, 64-bit is definitely a little bit faster:

Code: Select all

$ ./newlisp qa-specific-tests/qa-bench 

Benchmarking all non I/O primitives
    1016.4 ms
>>>>> Performance ratio: 0.45 (1.0 on Mac OS X, 1.83 GHz Intel Core 2 Duo)
2.4GHz Intel Core i5 MacBook Pro here. :-)
by itistoday
Wed Sep 01, 2010 5:31 am
Forum: Anything else we might add?
Topic: new to newLISP
Replies: 20
Views: 11012

Re: new to newLISP

Welcome Ormente!

If you haven't seen it already, you might be interested in the newLISP Dragonfly Web Framework.
by itistoday
Thu Jul 15, 2010 10:27 pm
Forum: newLISP in the real world
Topic: Problems with upload.cgi on newLISP 10.2.8
Replies: 15
Views: 10786

Re: Problems with upload.cgi on newLISP 10.2.8

That's odd, I don't have time unfortunately to test this out immediately (in the middle of a move), but try removing the size attribute perhaps?

Also, try running it through Apache and not newlisp's server. If that doesn't work let me know (or better yet, file an issue on the github project page).
by itistoday
Thu Jul 15, 2010 10:00 pm
Forum: newLISP in the real world
Topic: Problems with upload.cgi on newLISP 10.2.8
Replies: 15
Views: 10786

Re: Problems with upload.cgi on newLISP 10.2.8

Sorry, I just skimmed over this thread and saw Dragonfly mentioned. Just want to mention that Dragonfly should take care of all the uploading stuff for you, you don't need to write your own. See the documentation for the $FILES: http://www.rundragonfly.com/dragonfly_api $FILES is for multipart-form ...
by itistoday
Thu Jul 08, 2010 8:53 pm
Forum: newLISP newS
Topic: TextMate bundle for newLISP
Replies: 0
Views: 2759

TextMate bundle for newLISP

I've added my TextMate bundle for newLISP to github:

http://github.com/taoeffect/newLISP.tmbundle
by itistoday
Tue Jul 06, 2010 7:55 pm
Forum: Whither newLISP?
Topic: Nesting and Booleans
Replies: 7
Views: 5366

Re: Nesting and Booleans

I haven't played with it much and I'm not sure it's a very efficient solution, but you might want to take a look at the 'reader-event' function, which may allow you to implement the | syntax.
by itistoday
Mon Jul 05, 2010 1:43 am
Forum: Whither newLISP?
Topic: Nesting and Booleans
Replies: 7
Views: 5366

Re: Nesting and Booleans

I should elaborate that beyond being non-idiomatic, it would make it difficult to tell whether the code you're seeing is function composition, or a call to a function that's accepting several arguments, which is why it's probably better to be explicit.
by itistoday
Mon Jul 05, 2010 1:14 am
Forum: Whither newLISP?
Topic: Nesting and Booleans
Replies: 7
Views: 5366

Re: Nesting and Booleans

I can't find the original thread where define-smacro was discussed....

Only thing I've been able to find that discusses the hygenic macro issue is here:

http://newlispfanclub.ryon.webfactional ... f=5&t=1080