drawing stuff

« previous entry | next entry »
Jan. 11th, 2007 | 07:29 pm

I've been drawing some stuff with Lisp lately.

Tags:

Link | Leave a comment | Add to Memories | Tell a Friend

Comments {6}

James Troutman

(no subject)

from: [info]jtroutman
date: Jan. 11th, 2007 09:47 pm (UTC)
Link

Wow, that broadband coverage is pretty out of date. It manages to list one company that doesn't exist anymore twice (acadianet), and at least one other dead company as well.

but kinda cool anyway.

Reply | Thread

Zach Beane

(no subject)

from: [info]xach
date: Jan. 11th, 2007 09:50 pm (UTC)
Link

It's from 2005 (aka "useless").

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/BroadBand2/Run.htm

Reply | Parent | Thread

ESRI Files in Lisp

from: anonymous
date: Jan. 12th, 2007 09:40 pm (UTC)
Link

Any chance that you will publish your ESRI Shapefile pareser - it could be useful !

Reply | Parent | Thread

Zach Beane

Re: ESRI Files in Lisp

from: [info]xach
date: Jan. 12th, 2007 09:42 pm (UTC)
Link

I'm thinking about cleaning it up and publishing it, but it's not at the top of my TODO list. I could be persuaded to bump it up to the top, for suitable compensation... :)

Reply | Parent | Thread

kreelman

Fractal

from: [info]kreelman
date: Jan. 16th, 2007 04:01 am (UTC)
Link

Hi,
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

Zach Beane

Re: Fractal

from: [info]xach
date: Jan. 16th, 2007 02:54 pm (UTC)
Link

Nope, still doesn't work.

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