drawing stuff
« previous entry | next entry »
Jan. 11th, 2007 | 07:29 pm
I've been drawing some stuff with Lisp lately.
- I wrote an ESRI shapefile reader and drew a map of Maine broadband coverage as a PDF
- OBEY!
- Object types in my SBCL heap
(no subject)
from:
jtroutman
date: Jan. 11th, 2007 09:47 pm (UTC)
Link
but kinda cool anyway.
Reply | Thread
(no subject)
from:
xach
date: Jan. 11th, 2007 09:50 pm (UTC)
Link
I found out (after making the PDF) that the state has the data available for live display. The interface is a little clunky, but here it is:
http://megisims.state.me.us/website/Bro
Reply | Parent | Thread
ESRI Files in Lisp
from: anonymous
date: Jan. 12th, 2007 09:40 pm (UTC)
Link
Reply | Parent | Thread
Re: ESRI Files in Lisp
from:
xach
date: Jan. 12th, 2007 09:42 pm (UTC)
Link
Reply | Parent | Thread
Re: ESRI Files in Lisp
from: anonymous
date: Sep. 23rd, 2008 07:01 am (UTC)
Link
I've had in mind to write an ESRI shapefile reader (and possibly writer) in CL for some time now. I even have the specs printed out ready to go. If your code is in a hackable state (and you want it hacked) I thought that it might give me some motivation to jump right into it and get something done.
Let me know what you think! Bear in mind that I'm no CL wizard like yourself! and nor do I have many hours of spare time every week.
Cheers,
David Trudgett
Reply | Parent | Thread
Fractal
from:
kreelman
date: Jan. 16th, 2007 04:01 am (UTC)
Link
Hope you don't mind me posting to you in a reply to a blog entry, but could you take a look at the latest version of my fractal LISP code and let me know if it works correctly now ?
There is a comment with updated code.
I fixed it up to work in CLISP and SBCL.
PS I like the mesmerizing LISP gif.
Reply | Thread
Re: Fractal
from:
xach
date: Jan. 16th, 2007 02:54 pm (UTC)
Link
Don't write scripts that (quit) at the end. Write functions that can be called.
Don't write scripts in CL-USER. Make your own package and :use the packages you need, or just use package prefixes.
Reply | Parent | Thread