Results 1 to 23 of 23

Thread: What's the most obscure language you know?

  1. #1

    Thread Starter
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Smile What's the most obscure language you know?

    I stumbled upon a list of programming languages on Wikipedia and, of course, there are lots of them! Being new to programming, I wasn't surprised to see that I haven't even heard of most of them.

    VEE, ChucK, Poplog

    I'd be curious to see what is the most "obscure" programming language you know and why do you know it?

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: What's the most obscure language you know?

    OF all the stuff I know.... Ada might be the most "obscure".... and only because the military trained me on it.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: What's the most obscure language you know?

    I friend of mine who I went to college with at the time was fascinated with these langauges. He went through a few of them with me, some of them are just plain stupid!

    Some interesting ones out there though!

  4. #4
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: What's the most obscure language you know?

    http://en.wikipedia.org/wiki/ML_programming_language

    There is a verison called F# on the MS research that is downloadable. It is probably the most different type of language I have experience with. I have never used F# though, I usually used the one's avaible on UNIX.

  5. #5
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    Re: What's the most obscure language you know?

    I've got a copy of Turbo Prolog (circa 1987) in a box somewhere along with Turbo Pascal, Turbo C, Turbo Basic, and Turbo ASM. I was really into the Borland languages back then before I turned to the dark side.

  6. #6

    Thread Starter
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: What's the most obscure language you know?

    Yep. Ada and ML look pretty obscure to me.

    That's a lot of Turbos bg!

    I friend of mine who I went to college with at the time was fascinated with these langauges. He went through a few of them with me, some of them are just plain stupid!

    Some interesting ones out there though!
    That's funny. My wife says I'm the same way. We want to learn a spoken language together and she's practical and wants to learn Spanish or some widely spoken language and I'm thinking about some near extinct language that few people speak.

  7. #7
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: What's the most obscure language you know?

    Things get even stranger when you get into dedicated microcontroller based programming. There is VB for the OOPic, but it bears almost no resemblance to any other VB. I also used to do some programming on CR-10 dataloggers. The language and capabilities were reasonably rich considering the very modest range of things you would normally be doing with one of those.
    My usual boring signature: Nothing

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: What's the most obscure language you know?

    I also got very heavily involved with both Turbo Prolog and Turbo Pascal back in the late 80's. I did a number of applications with them. Turbo Pascal was on the standards list for development languages at the company I was with at the time.

  9. #9
    Fanatic Member Slaine's Avatar
    Join Date
    Jul 2002
    Posts
    641

    Re: What's the most obscure language you know?

    Shape 35 CNC.

    For programming punch presses.

    Nowadays it's all done automatically from CAD programs, but back in my day we had to hand craft it.
    Martin J Wallace (Slaine)

  10. #10
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: What's the most obscure language you know?

    Quote Originally Posted by nmadd
    Yep. Ada and ML look pretty obscure to me.

    That's a lot of Turbos bg!


    That's funny. My wife says I'm the same way. We want to learn a spoken language together and she's practical and wants to learn Spanish or some widely spoken language and I'm thinking about some near extinct language that few people speak.
    If you work any DoD contracts you might become very good friends with ADA.

  11. #11
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: What's the most obscure language you know?

    Did you know there's a .NET version of Ada .... it's called (and I kid you not) A#. Developed by the Air Force Academy.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  12. #12
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: What's the most obscure language you know?

    Quote Originally Posted by nmadd
    Yep. Ada and ML look pretty obscure to me.
    I don't think ADA was that obscure - expensive, yes. And according to some sources it was the most expensive language at the time.

  13. #13

    Thread Starter
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: What's the most obscure language you know?

    Quote Originally Posted by RhinoBull
    I don't think ADA was that obscure - expensive, yes. And according to some sources it was the most expensive language at the time.
    Definitely obscure to a new programmer like me. My mental list of programming languages currently consist of what books I see at Barnes & Noble.

    So being the most expensive in its time, how much are we talking about?

  14. #14
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: What's the most obscure language you know?

    The most obscure I've ever used was APPLE "A Pathetic Programming Language Example", which was for a class on Compiler Design (very useful for understanding optimisation).

  15. #15

  16. #16
    coder. Lord Orwell's Avatar
    Join Date
    Feb 2001
    Location
    Elberfeld, IN
    Posts
    7,628

    Re: What's the most obscure language you know?

    everything the dod has is inflated. Street price probably $5.00 but they paid $4,000.00

    Anyway, the most obscure i've used is Clipper. It was basically a language designed to use DBASE III databases and you could make .exe files. Interestingly at the time, it made .exe files with their own built-in memory managers, so you could have a dos program a megabyte in size. There were plenty of add-ins for it too, including scripts to convert graphics formats and show true-color images.
    http://en.wikipedia.org/wiki/Clipper...mming_language
    This is the most obscure language i've used on PC.
    I also programmed in assembly/machine code on a commodore 64, and kept myself busy converting basic programs to machine code.
    Last edited by Lord Orwell; Jul 17th, 2007 at 02:54 PM.
    My light show youtube page (it's made the news) www.youtube.com/@lightsofelberfeld
    Contact me on the socials www.facebook.com/lordorwell

  17. #17
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: What's the most obscure language you know?

    Quote Originally Posted by Lord Orwell
    everything the dod has is inflated. Street price probably $5.00 but they paid $4,000.00...
    I wasn't referring to retail price - rather money spent to develop the language. Again, according to some sources the amount (at the time) was astronomical.

  18. #18
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    Re: What's the most obscure language you know?

    Quote Originally Posted by Lord Orwell
    Anyway, the most obscure i've used is Clipper.
    I wouldn't call Clipper obscure. It was the 'VB' of the mid to late 1980s. Everybody and his brother wrote DOS based business apps using it. Windows and VB and its failure to quickly embrace server based databases pretty much killed it off in the early 90's although it continued to see some use throughout the decade.

  19. #19
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: What's the most obscure language you know?

    The development costs were high because the DoD had some strict requirements that were needed. It was built with embedded systems in mind, as well as stability (no one wants a GPF or NullExceptionNotHandled during a bombing run). A# was developed by the AF Academy, essentially free resources there (it's an ongoing student program).

    I found Ada a very nice language to work with... but that might be because of my Pascal and C (ANSI) background I had prior to it.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  20. #20

  21. #21

    Thread Starter
    Registered User nmadd's Avatar
    Join Date
    Jun 2007
    Location
    U.S.A.
    Posts
    1,676

    Re: What's the most obscure language you know?

    Quote Originally Posted by RhinoBull
    I've found this artcile: Comparing Development Costs of C and Ada so I thought it might be interesting to some of you.
    That does look like an interesting article. Have to go over it more in depth later.

    This line was particularly interesting:
    We have related a preliminary finding that Ada performed twice as well as C.
    A language that I've never even heard of before today. I imagine there are a number of these that have fallen by the way for one reason or another.

  22. #22
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: What's the most obscure language you know?

    Quote Originally Posted by nmadd
    That does look like an interesting article. Have to go over it more in depth later.

    This line was particularly interesting:


    A language that I've never even heard of before today. I imagine there are a number of these that have fallen by the way for one reason or another.
    It often comes down to marketing - you can have the most precious thing right in your hands knowing very little about how to sell it.

  23. #23
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: What's the most obscure language you know?

    Quote Originally Posted by techgnome
    Did you know there's a .NET version of Ada .... it's called (and I kid you not) A#. Developed by the Air Force Academy.

    -tg

    that is pretty cool. all the ada projects i have see are on the legacy system for the AF.

    I alway enjoyed watching Com Squad squarm when you mention ADA.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width