Great froum

Notices and updates
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Great froum

Post by HPW »

Hello Ryon,

Thanks for a great new forum.
Hans-Peter

Ryon
Posts: 248
Joined: Thu Sep 26, 2002 12:57 am

New forum.

Post by Ryon »

Thanks! I hope everyone finds it useful.
"Give me a Kaypro 64 and a dial tone, and I can do anything!"

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

This is great, thanks for bringing this up so fast. let me try some formatting:

Code: Select all

(define-macro (foreach _x _lst)
  (eval (list 'dolist (list _x _lst) (append (list 'begin) (rest  (rest (args)))))))


(define-macro (repeat _n)
  (eval (list 'dotimes (list 'x _n) (append (list 'begin) (rest (args))))))


This should be in bold and italic and this is an URL http://newlisp.org

Very nice the preview!

I wonder, how difficult was it to set up, what OS are you running here and what version of PHP?

Ryon
Posts: 248
Joined: Thu Sep 26, 2002 12:57 am

Forum

Post by Ryon »

Glad you like it! The commercial hosting service is www.dreamhost.com. They have been competent and easy to work with. Operating system is Debian Linux. Both PHP3 and PHP4 are furnished. My job was made very easy by your asking for phpBB, Lutz. The new version 2 is well-written and simple to modify, and as painless an installation as one could ask.

This is an "economy model" account though, and does not include anonymous FTP. If anyone has an FTP area they would like to share for listings, please let me know.

Locked