This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's General Open Topic subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. Open Topic & United-TI Talk => General Open Topic
Author Message
meishe91


Newbie


Joined: 06 Dec 2009
Posts: 49

Posted: 01 Mar 2010 11:35:06 pm    Post subject:

So I was just bored and thought "Hey, why not see what other people know!" So here I am asking you haha. What other programming languages do you know? And which ones? This isn't meant to be a discussion about programming techniques or anything (which is why I posted it here, not the programming section). Just to share some insight on your experience :)

I currently know:
TI-BASIC (beginner to intermediate I think, more towards beginner haha)

Hope to learn others as time progresses.
Back to top
wesley


Newbie


Joined: 05 May 2009
Posts: 45

Posted: 01 Mar 2010 11:41:04 pm    Post subject:

Well, I wish I could obtain more experience in high school, but unfortunately, in a small town I didn't have any teacher who taught anything about computers. However, I did manage to, in those years, leanr TI-BASIC pretty well.

Now, in college, I have pretty much mastered JAVA, and am starting C (which is going well and I will have learned by the end of the semester). ASM is another exploit of mine, but will have to hold off as I am preparing to serve a mission for The Church of Jesus Christ of Latter-day Saints come this June (I will be gone for 2 years).

So, in short here is the list:
TI-BASIC (Intermediate - Advanced)
JAVA (Advanced)
C (Intermediate)
ASM (Beginner)

EDIT: I guess if you can call these "programming" languages:
HTML (Intermediate)
CSS (Intermediate)
JavaScript (Beginner)


Last edited by Guest on 01 Mar 2010 11:43:31 pm; edited 1 time in total
Back to top
Eeems


Advanced Member


Joined: 25 Jan 2009
Posts: 277

Posted: 01 Mar 2010 11:41:12 pm    Post subject:

I'm a beginner at ASM
I'm probably high end intermediate at TI-BASIC (8x family)
I'm intermediate at XUL and it's JavaScript counterpart.
I'm high end intermediate at HTML and standard Javascrit.
Lower end intermediate PHP.
Very beginner python.
I'm currently learning Axe which is a 'replacement' for basic that is in development.
that's about it I think.
Oh right, I know a tiny tiny tiny bit of C+.
I'm also ok at batch file scripting.
Back to top
bwang


Member


Joined: 15 Mar 2009
Posts: 128

Posted: 01 Mar 2010 11:54:57 pm    Post subject:

*z80 and Nspire BASIC
*Java
*BBC Basic
*Axe
*A bit of C/C++

I'm seriously contemplating learning ARM Assembly now that the Nspire is hacked.
Back to top
Mapar007


Advanced Member


Joined: 04 Oct 2008
Posts: 365

Posted: 02 Mar 2010 09:42:09 am    Post subject:

Z80 asm (pretty advanced by now, I think)
TI BASIC (it's more that a year ago since I did anything serious in that language, but at the time, I guess I could call myself 'advanced')
Java (intermediate/advanced)
C (beginner)
C++ (very basic knowledge)
x86-asm (I can read it, but really, I'm hardly able to do anything in this language)

The rest are markup/structural languages you probably don't care about. (like HTML, XML, linguistic sound changes, etc.)

Like bwang, I'll certainly learn ARM asm or at least improve my C as soon as I can get my hands on a TI-Nspire.
Back to top
calcdude84se


Member


Joined: 09 Aug 2009
Posts: 207

Posted: 02 Mar 2010 05:27:38 pm    Post subject:

In order of my knowledge:

Java
C
TI-BASIC
Python
z80 ASM
C++

This is only approximate, of course. And there are others that I can read somewhat.

Edit: I agree that I will suffer it to learn ARM asm if I get an Nspire


Last edited by Guest on 02 Mar 2010 05:28:47 pm; edited 1 time in total
Back to top
eveenstra


Newbie


Joined: 05 Sep 2009
Posts: 27

Posted: 05 Mar 2010 04:53:25 pm    Post subject:

Being a kid in high school, i don't know a lot of languages, but i want to learn some, especially C/C++ and Java for computer and z80 asm for calc.

So far, i know HTML and TI-BASIC pretty well, and a little JavaScript.

What's the best language to learn on the computer?


Last edited by Guest on 10 Mar 2010 05:18:38 pm; edited 1 time in total
Back to top
calcdude84se


Member


Joined: 09 Aug 2009
Posts: 207

Posted: 05 Mar 2010 07:53:13 pm    Post subject:

That depends a lot on what you want to do, and how the program will be used.

C is good as a general-purpose language with power towards the ASM side (For most every platform there is a C compiler)
Java is best known for object-oriented programming (look that up if you don't know what that is) and is platform-independent
C++ is much more powerful than either of the ones listed, but is more difficult to learn (templates give many people nightmares)
Python, like C++ and Java, supports object-oriented programming, but is a scripting language, useful for creating quick, useful programs.

I covered some of the more common ones. Feel free to hate me if I forgot your language of choice. Smile
Back to top
eveenstra


Newbie


Joined: 05 Sep 2009
Posts: 27

Posted: 06 Mar 2010 02:31:34 pm    Post subject:

Yea, ive been thinking C and Java will be the first ones i learn.
Back to top
fougere


Advanced Newbie


Joined: 07 Aug 2009
Posts: 56

Posted: 06 Mar 2010 10:43:55 pm    Post subject:

TI-BASIC (advanced)
z80 ASM (intermediate)
batch (intermediate)
C++ (beginner - intermediate)
Back to top
cjgone
Aw3s0m3


Active Member


Joined: 24 May 2006
Posts: 693

Posted: 08 Mar 2010 03:17:16 am    Post subject:

Java/assembler/Ti-Basic/C


eveenstra wrote:
Being a kid in high school, i don't know a lot of languages, but i want to learn some, especially C/C++ and Java for computer and z80 asm for calc.

So far, i know HTML and TI-BASIC pretty well, and a little JavaScript.

What's the best language to learn on the computer?d



Either Java or C is a good start imo.


Last edited by Guest on 08 Mar 2010 03:18:05 am; edited 1 time in total
Back to top
TheStorm


Calc Guru


Joined: 17 Apr 2007
Posts: 1233

Posted: 08 Mar 2010 10:29:27 am    Post subject:

In order by my knowledge

TI-Basic
Java(learned through College class)
Z80 Asm(nothing officially released but I have done some stuff)
Python(mainly messing with pyobot)
Common Lisp
Scheme Lisp

Langs I plan to learn in the near future(no particular order)
C
Torque Script
Arm asm
m68k asm
Back to top
Lachprog


Newbie


Joined: 11 Mar 2007
Posts: 15

Posted: 08 Mar 2010 05:00:07 pm    Post subject:

C
C++
Java
Ti-basic
CasioBasic
Labview
Matlab
Assembly
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    »
» View previous topic :: View next topic  
Page 1 of 1 » All times are UTC - 5 Hours

 

Advertisement