Poll

What is your primary programming interest here at The Swamp

C#
6 (12%)
VBA/VB/VB .Net
0 (0%)
Autolisp/Visual Lisp
36 (72%)
ObjectArx
2 (4%)
Other
4 (8%)
C/C++
1 (2%)
None
1 (2%)

Total Members Voted: 40

Voting closed: September 12, 2010, 10:59:22 PM

Author Topic: Primary programming interest  (Read 4162 times)

0 Members and 1 Guest are viewing this topic.

pkohut

  • Bull Frog
  • Posts: 483
Primary programming interest
« on: September 02, 2010, 07:08:47 AM »
Just curious what the numbers are.

If your interested in a second or third programming area, add a comment.
New tread (not retired) - public repo at https://github.com/pkohut

Krushert

  • Seagull
  • Posts: 13679
  • FREE BEER Tomorrow!!
Re: Primary programming interest
« Reply #1 on: September 02, 2010, 07:49:08 AM »
Primary Lisp but if I have time I would like to try my hand C#.  But I never seem to have time.  :x
I + XI = X is true ...  ... if you change your perspective.

I no longer CAD or Model, I just hang out here picking up the empties beer cans

JohnK

  • Administrator
  • Seagull
  • Posts: 10648
Re: Primary programming interest
« Reply #2 on: September 02, 2010, 08:47:01 AM »
C++
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Primary programming interest
« Reply #3 on: September 02, 2010, 08:49:03 AM »
Voted C#,
but perhaps this says it best.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Primary programming interest
« Reply #4 on: September 02, 2010, 09:10:24 AM »
Voted "other" because I'll learn | use what's most appropriate for the task at hand -- could be lisp, could be c#, could be python ...
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

JohnK

  • Administrator
  • Seagull
  • Posts: 10648
Re: Primary programming interest
« Reply #5 on: September 02, 2010, 09:22:55 AM »
You (MP), Kerry and Paul are very good examples for the rest of us newbies; You guys already know the basics of general programming and can therefore jump from one language to the next with little to no problem (just (re)learn the syntax) and off you go. You guys are what i aspire to become as soon as i can learn a real programming language(s).
TheSwamp.org (serving the CAD community since 2003)
Member location map - Add yourself

Donate to TheSwamp.org

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: Primary programming interest
« Reply #6 on: September 02, 2010, 09:28:36 AM »
1. Assembler          :-o
2. Visual Lisp...       8-)

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Primary programming interest
« Reply #7 on: September 02, 2010, 09:48:01 AM »
@John -- I consider the quest to become a programmer much like that of aspiring to become a musician -- even for those that may have natural talent / aptitude it still requires years of diligent study and practice, the carrot always being just beyond one's reach (not necessarily a bad thing). There may be periods when one's ability appears to plateau or the passion wanes -- push through, practice those scales, try to play songs and in styles never experienced before, listen to other artists. Ideally in time you become one with the instrument and are the music -- not merely playing the music.

Rock it.

Banally yours, MP.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

LE3

  • Guest
Re: Primary programming interest
« Reply #8 on: September 02, 2010, 12:03:37 PM »
The way I am going.... it will be: None.

 :roll:  :-(  :-P

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Primary programming interest
« Reply #9 on: September 02, 2010, 12:23:50 PM »
1. Assembler          :-o

That explains quite a bit.  With assm code all solutions *must* be elegant.

For me, its LISP.  It gets the most job done in the least amount of time, and if I get hit by a bus its easy to find a replacement.  And, to be frank, theres a lot less RTFM attitude in the AutoLISP community than the dot-NET one.  This community is an exception though.  :kewl:  Us working folks don't always have the time to learn all the little tricks that full-time programmers consider basic knowledge, so those dirty little hacks let us get the job done.

I have been working on C#, especially now that I am getting into some applications that require heavy lifting, but real work ends up getting in the way more often that not.  Its real hard to get something done at that level of complexity when you are getting pulled away every 15 minutes.
If you are going to fly by the seat of your pants, expect friction burns.

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

ElpanovEvgeniy

  • Water Moccasin
  • Posts: 1569
  • Moscow (Russia)
Re: Primary programming interest
« Reply #10 on: September 02, 2010, 12:42:08 PM »
1. Assembler          :-o

That explains quite a bit.  With assm code all solutions *must* be elegant.

For me, its LISP.  It gets the most job done in the least amount of time, and if I get hit by a bus its easy to find a replacement.  And, to be frank, theres a lot less RTFM attitude in the AutoLISP community than the dot-NET one.  This community is an exception though.  :kewl:  Us working folks don't always have the time to learn all the little tricks that full-time programmers consider basic knowledge, so those dirty little hacks let us get the job done.

I have been working on C#, especially now that I am getting into some applications that require heavy lifting, but real work ends up getting in the way more often that not.  Its real hard to get something done at that level of complexity when you are getting pulled away every 15 minutes.

Unfortunately or fortunately, I was not able to examine the assembler.
My first language that I began to speak freely, was Lisp!

pkohut

  • Bull Frog
  • Posts: 483
Re: Primary programming interest
« Reply #11 on: September 02, 2010, 02:53:23 PM »
1. Assembler          :-o

That explains quite a bit.  With assm code all solutions *must* be elegant.

Unfortunately or fortunately, I was not able to examine the assembler.

Very :kewl: Evgeniy
New tread (not retired) - public repo at https://github.com/pkohut

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: Primary programming interest
« Reply #12 on: September 02, 2010, 02:56:22 PM »
Cobal, Fortran and.... oh, yeah... Flash!
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

pkohut

  • Bull Frog
  • Posts: 483
Re: Primary programming interest
« Reply #13 on: September 02, 2010, 03:08:10 PM »
Cobal, Fortran and.... oh, yeah... Flash!

Very  :kewl: Matt.

 :-D :-D
New tread (not retired) - public repo at https://github.com/pkohut

Keith™

  • Villiage Idiot
  • Seagull
  • Posts: 16899
  • Superior Stupidity at its best
Re: Primary programming interest
« Reply #14 on: September 02, 2010, 03:11:01 PM »
meh .. whatever happens to suit the mood .. python, ruby, perl, C#, VB, C++ .. whatever gets the job done and whatever is best suited for doing the job ... I wouldn't write a C# application to run on a unix server and I wouldn't use perl to code a desktop application.
Proud provider of opinion and arrogance since November 22, 2003 at 09:35:31 am
CadJockey Militia Field Marshal

Find me on https://parler.com @kblackie