Author Topic: AutoLISP: bmp2fas, bmp2dcl,jpg2dcl,jpg2fas, sld2html lsp2cpp cpp2lsp sld2grdraw  (Read 11650 times)

0 Members and 1 Guest are viewing this topic.

d2010

  • Bull Frog
  • Posts: 326
« Last Edit: December 11, 2020, 02:40:04 AM by d2010 »

trogg

  • Bull Frog
  • Posts: 255
NOOOO!!!
Are you assuming that Lisp (Vanilla or Visual) is going away?
Or are you advertising your product?

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Kind of odd minds so brilliant they can define a new age don't know a thing about marketing. Between that, one post e-cred and the "content" at the target url (no I won't click it) I call bull5h!t.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

dgorsman

  • Water Moccasin
  • Posts: 2437
Similar to many random postings over at the AutoDesk forum.  I call advert.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

Jeff H

  • Needs a day job
  • Posts: 6150
Be careful after spending 20 minutes trying to figure out what to do at the link that had nothing on it but
CLICK
HERE

 
 it will take you to a YouTube video with a very catchy rave song that made me get up and dance.
 
 

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
  :realmad:
Please goto this page...[/url]

I make the suggestion genuinely -- please -- get someone else to do your PR.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

SOFITO_SOFT

  • Guest
Hi all ...
The world is a very very small handkerchief.  :-) :-) :-)
Our friend D2010 has chosen to make the documentation of his convert c ++lisp a program a few weeks ago I was looking for.
I have found several, complicated and cumbersome. The code of the Romanian D2010 friend   is the clearest and most orderly of 6 or 8 programs that I can look ( Conversion of LAT / LONG to UTM in any  DATUM ) 
D2010 , friend ! thank you very much !!!

Greetings.  :-)

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Hi..... :wink:
The other users question: The new programming language C++LISP is stupid?
MeAnswer: The swampUsers, please goto this page and read carefully
       http://forums.autodesk.com/t5/Visual-LISP-AutoLISP-and-General/Why-does-Autodesk-ignores-the-LISP-community/td-p/1116049


Regards the swampComunity
I'm not a programmer, however I followed your link...
I couldn't tell what it was you were selling..a converter
OR
Romanian Brides?

Be your Best


Michael Farrell
http://primeservicesglobal.com/

hermanm

  • Guest
Chad Wanless tried this years ago.
It was (IMO) a dismal failure, not because of any lack of programming talent, but because of the fundamental disparity between a functional programming language, such as LISP, and an imperative language, such as C++.

A "simple minded" LISP->C++ translator will restrict you to writing "simple minded" LISP programs, which defeats the purpose of using LISP.

Those few individuals with the sophisticated knowledge required to translate a moderately complex LISP program (any flavor, AutoLISP or otherwise) to an efficient C++ program are unlikely to waste their talents doing so, IMO.

hermanm

  • Guest
BTW, I'll take "Romanian Brides" for 300, Alex.
(esp. if the forsythia is included).

 :-D

LE3

  • Guest
Re: The NewAge of Visual LISP, we transform the user'LISP into user C++/LISP
« Reply #10 on: August 25, 2011, 09:11:40 PM »
Chad Wanless tried this years ago.
It was (IMO) a dismal failure, not because of any lack of programming talent, but because of the fundamental disparity between a functional programming language, such as LISP, and an imperative language, such as C++.

A "simple minded" LISP->C++ translator will restrict you to writing "simple minded" LISP programs, which defeats the purpose of using LISP.

Those few individuals with the sophisticated knowledge required to translate a moderately complex LISP program (any flavor, AutoLISP or otherwise) to an efficient C++ program are unlikely to waste their talents doing so, IMO.

X2

Same impression - the logic is not the same - also the code used looks like it is ADS no ObjectARX so any new of the functions are not available?.

And why do you need your code in C++ when you do not know the language?

Would like to see how they solved the use or conversion of mapcar...

hermanm

  • Guest
Re: The NewAge of Visual LISP, we transform the user'LISP into user C++/LISP
« Reply #11 on: August 25, 2011, 09:27:57 PM »
Quote
And why do you need your code in C++ when you do not know the language?

In the "old days" (perhaps circa 1984) it might have made made some kind of sense, if you had a computationally intense program, but only knew how to write AutoLISP.

These days, it makes no sense at all, AFAIK.

Jeff H

  • Needs a day job
  • Posts: 6150
Re: The NewAge of Visual LISP, we transform the user'LISP into user C++/LISP
« Reply #12 on: August 25, 2011, 09:51:26 PM »
Seems like you need to learn C++  to be able understand how they relate instead of remembering this group words 'will do the same as this Lisp'---(but not understanding why it produces the same output and the correct way to handle it in other context)

kdub_nz

  • Mesozoic keyThumper
  • SuperMod
  • Water Moccasin
  • Posts: 2132
  • class keyThumper<T>:ILazy<T>
Re: The NewAge of Visual LISP, we transform the user'LISP into user C++/LISP
« Reply #13 on: August 26, 2011, 01:37:14 AM »
d2010,

Can you please post several  sample Lisp files with ActiveX (VLISP) functions and methods and the converted C++ code files.
... also can you provide the code compiled for AutoCAD 2012 64 bit.

Regards
Kerry
Called Kerry in my other life
Retired; but they dragged me back in !

I live at UTC + 13.00

---
some people complain about loading the dishwasher.
Sometimes the question is more important than the answer.

jbuzbee

  • Swamp Rat
  • Posts: 851
Re: The NewAge of Visual LISP, we transform the user'LISP into user C++/LISP
« Reply #14 on: August 26, 2011, 11:09:21 AM »
I think I still have a copy of one of the first prototypes of "SharpLisp".  Promising, but it never happened.  Maybe Chad was side lined by his illness?  Truly a brilliant programmer!
James Buzbee
Windows 8