This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

cl-2dsyntax

7 posts · 9388 views

I've made cl-2dsyntax publishable. It's the reader macro for an indentation-sensitive syntax. So don't hesitate and write me suggestions for improvement, criticise, etc.
cl-2dsyntax is my attempt to create a Python-like reader. My mirror of CLHS (and the dark themed version). Temporary mirrors of aferomentioned: CLHS and a dark version.

Re: cl-2dsyntax

Actually the source code is only one file, so you can try it and inspect the code and don't waste time.
cl-2dsyntax is my attempt to create a Python-like reader. My mirror of CLHS (and the dark themed version). Temporary mirrors of aferomentioned: CLHS and a dark version.

Re: cl-2dsyntax

Now, the installation process is improved, you can load it by Quicklisp from my own dist.
cl-2dsyntax is my attempt to create a Python-like reader. My mirror of CLHS (and the dark themed version). Temporary mirrors of aferomentioned: CLHS and a dark version.

Re: cl-2dsyntax

Excuse me, I can't find it anywhere. Does anyone knows where it has moved to?

Re: cl-2dsyntax

Hi andrei-n,

I have tried now several times myself but the only active page I found was a mirror under http://hyperprostor.g6.cz/ where all Common Lisp links give only "404 - Page not found" messages. To me it looks as if Goheeca's original homepage is recently expired or something.

According to Goheeca's user page here at the forum he was last logged in a few days before your question, so chances are good that Goheecha will find this and can give you a download link. I only wanted to tell you that it's not only you who currently can't find cl-2dsyntax downloads.

- edgar

Re: cl-2dsyntax

Hi.

I can post a link to the irsabol tool if anyone is interested.

Cheers
--
MA
Marco Antoniotti

Re: cl-2dsyntax

andrei-n wrote:Excuse me, I can't find it anywhere. Does anyone knows where it has moved to?
I had to move it to another free webhosting. I was using the Apache mod_rewrite module for subdomains, unfortunately they've broken this functionality (and probably do nothing with it) so I've moved it to the main domain. I hope it will work now for you (I mean even the quicklisp dist).
Does anyone know about any free webhosting, which supports subdomains (perhaps through the mod_rewrite)?

PS: Feel free to ask questions about how it works. The explanation at that site is almost unreadable, I should rewrite it.
cl-2dsyntax is my attempt to create a Python-like reader. My mirror of CLHS (and the dark themed version). Temporary mirrors of aferomentioned: CLHS and a dark version.