Search found 3 matches

by mtvee
Thu Nov 05, 2009 7:56 pm
Forum: newLISP in the real world
Topic: module contributions/repository
Replies: 3
Views: 1998

Re: module contributions/repository

Thanks Lutz. It seemed things were configuring themselves that way but I thought I would check in case other movements were afoot. Make sense.

Congrats on newLisp too btw. it's a great bit of work, a lot of fun to code with! cheers! :)
by mtvee
Thu Nov 05, 2009 4:33 pm
Forum: newLISP in the real world
Topic: module contributions/repository
Replies: 3
Views: 1998

module contributions/repository

Hi folks. I have been using newLisp for more and more projects and am starting to end up with some reusable modules that may be of interest to this community. So I have been doing some fishing about the forums trying to sort out the best way to contribute modules to the project. I see Jeff has Artfu...
by mtvee
Tue Oct 27, 2009 12:22 am
Forum: Whither newLISP?
Topic: Your opinion - what does a web framework need
Replies: 7
Views: 8435

Re: Your opinion - what does a web framework need

Since you use the terms "framework" I think a framework should be the minimal possible thing in every way. - each layer should be as de-coupled as possible from other layers (controller, views, models, database, sessions) - it should not have a strict directory layout - it should not use naming conv...