Jump to content

Recommended Posts

Posted

is there any free lisp gernerators out there that anyone knows of?

  • Replies 27
  • Created
  • Last Reply

Top Posters In This Topic

  • russell84

    5

  • Ritch7

    4

  • Hedgehog

    3

  • EFL

    3

Top Posters In This Topic

Posted

there is one its called "Alan Cullen" AKA THE LISP MAN :shock: hes too good on the subject lol

 

but all serious, yeh im very intrested to on this question, there must be?!

Guest Alan Cullen
Posted

Ritch, remind me to come hunting you. :lol: :P

 

"lisp gernerators", never heard of such a thing. But I do think I understand where you are coming from there. To my knowledge, lisp cannot be interpreted like from one language to another. Lisp is a specific program language, you cannot write a sentence out, and expect it to be interpreted to lisp.

 

Sorry. :(

Posted

no i have actually just downloaded a free lite version of a lisp generator

 

Once you click on a command it generates the lisp code for you

 

easy as that - wouldnt it be great a lisp generator with full civil 3d version commands..

Posted

Lisp is already a high-level language... you want another language to control it?... as with any langauge that's supposed to program a set of functions you have to have a way of telling it what you want it to do... a set of instructions. That's what lisp already is.

Posted

yeah for sure sure you need a language to write the functions initially

 

But why cant a version of a software be realesed that has a lisp writer function assigned to each command - so as you go through the commands the generator follows you and creates a new lisp for a new function..

 

Am i right - this could be done

Posted

so get writing guys - first one to write a program that does everything autocad does but instead creates lisp routines instead gets a few bucks.

 

:)

 

ps send it to me

Posted

lol i guess we'll be waiting for a long.. long... time for someone to do that.

 

just as long as it takes Alan to get to 30 in his Rodeo!:shock:

Posted

ha - i'll take the lead and start then guys

 

shouldn't be too hard hahaha

 

anyone know how to make a program platform? ha

Posted

I feel your time would be far better spent looking at a few existing lisp routines (you'll find loads on here) & seeing how they work (it's not difficult to figure them out)... then try some customisation on them before starting to write your own. Anything you're really stuck on you'll probably find someone on here that'll help explain... if you're really nice.

Guest Alan Cullen
Posted

yeah, start with...

 

(defun.......

 

and carry on from there

Posted
yeah, start with...

 

(defun.......

 

and carry on from there

 

Funny that - I always start my lisps with "Alan?" ....8)

Guest Alan Cullen
Posted

Seriously, Yeah you can turn an acad command into a lisp line of code. But, how does that convert this?

 

(command "COPY" name "" p1 p6)

 

p1 and p6 have not been pre defined. So the answer is

 

(command "COPY" name "" pause pause).

 

Take it from there. It suddenly gets very user interactive. That is not what lisp is about.

 

So just cut the nonesense. Lisp is not a "lisp gernerator" issue.

Guest LElkins
Posted
ha - i'll take the lead and start then guys

 

shouldn't be too hard hahaha

 

anyone know how to make a program platform? ha

 

So basically you want a command recorder, similar to that which is included in 2009? Or do you just want an interface where you can click - click on icons and it will add the commands for you?

 

If you want to record your cad work, theoretically shouldn't be too difficult using key-capture and a bit of tweaking, but wouldn't then be in a robust state.

 

You have tweaked my curiosity now, is definitely something worth looking into.

 

Cheers.

 

Have a good day.

Posted

LISP generator, rubber woman, nonalcoholic beer... :bloodshot:

Posted

I had a rubber woman once... but the joke that follows is too obvious especially considering I'm a hedgehog :(

Guest Alan Cullen
Posted

Yeah, and you have an aversion to a scrubbing brush. :P

 

Thanks, ASMI, I think we can put this one to rest now. o:)

 

There is no such thing as a LISP generator. End of story.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...