ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Community :: Surveys :: What language do you mostly program in?
Error!
Failed to query database!

Re: What language do you mostly program in?
Jiaqi Wu  Account Info

I don't really know anything but TI-BASIC. Never really got around to learning anything else. I've started on a few simple things like python and html but never really got in depth with them.

Reply to this comment    3 October 2004, 01:48 GMT


Re: Re: What language do you mostly program in?
anykey  Account Info

Another Python user! You should check out Tkinter.

Reply to this comment    3 October 2004, 23:30 GMT

Re: What language do you mostly program in?
W Hibdon  Account Info
(Web Page)

What about CSS and HTML guys?

-W-

Reply to this comment    3 October 2004, 04:31 GMT


Re: Re: What language do you mostly program in?
Barrett Anderson Account Info
(Web Page)

Those are not considered programming languages. HTML and css don't *do* anything.

Reply to this comment    3 October 2004, 06:26 GMT

Re: Re: Re: What language do you mostly program in?
Benjamin Moody  Account Info

You can use them to crash Internet Explorer: <style>;@/*
What else is a programming language for, anyway?

Reply to this comment    3 October 2004, 06:51 GMT


Re: Re: Re: Re: What language do you mostly program in?
no_one_2000_  Account Info
(Web Page)

That's all you need to put in? I'm gonna try that!

Aww... didn't work. Maybe I did it wrong?

Reply to this comment    3 October 2004, 15:24 GMT


Re: Re: Re: What language do you mostly program in?
Paul Houser Account Info
(Web Page)

In addition, HTML is a markup lanuage, but not a programming language. CSS is not either, as it just extends the possibilities of HTML. CSS2 on the other hand would be considered a language, but only the very latest browsers support it.

Reply to this comment    3 October 2004, 13:20 GMT


Re: Re: Re: Re: What language do you mostly program in?
W Hibdon  Account Info
(Web Page)

I know all that, and I do not consider either of them a programmnig language. However, I wanted to be the first to complain about it.

-W-

Reply to this comment    5 October 2004, 14:33 GMT

Re: What language do you mostly program in?
Paul Houser Account Info
(Web Page)

"Windows Batch"? Ha ha.

Reply to this comment    3 October 2004, 13:11 GMT

Re: Re: What language do you mostly program in?
no_one_2000_  Account Info
(Web Page)

People actually program with those!? That's... wow...

Reply to this comment    3 October 2004, 15:25 GMT

¤
burntfuse  Account Info

I sometimes make small ones to provide command-line args to programs if I feel too lazy to open a DOS window.

Reply to this comment    3 October 2004, 18:15 GMT


Re: ¤
Matt M Account Info

I wrote 2 programs in Win Batch - "Directory Mapper" (maps the directories and files on a local hard drive or folder in ASCII) and a interface for a freeware Borland C++ Builder command line tool.

Reply to this comment    3 October 2004, 19:16 GMT


Re: Re: Re: What language do you mostly program in?
Chivo  Account Info

The most useful batch files I've made are things like e.bat, which contains just the word "exit" (so I can type "e<enter>" because command.com doesn't understand ^D).

The other non-useful ones I wrote were just my experimenting to expose some shortcomings and limitations of the command interpreter and of Windows (that's not too difficult).

I installed a Real Shell (bash) in Windows with Cygwin, but it's slow to run programs because Windows has a painfully long process spawn time. So I just use a Real Operating System (GNU/Linux) now, and I don't have to worry about the severe shortcomings of batch files and their accompanying OS.

Reply to this comment    4 October 2004, 00:12 GMT


Re: Re: What language do you mostly program in?
JcN  Account Info
(Web Page)

I wonder why there isn't "DOS batch" as an option.

Reply to this comment    3 October 2004, 23:44 GMT


Re: Re: Re: What language do you mostly program in?
Chivo  Account Info

Didn't you know? DOS was renamed to Windows some time ago. :-P

Windows is just DOS with a few letters added to it.

Reply to this comment    4 October 2004, 00:35 GMT


Re: Re: Re: Re: What language do you mostly program in?
JcN  Account Info
(Web Page)

I thought DOS batch was different from Windows Batch

Reply to this comment    4 October 2004, 23:15 GMT


Re: Re: Re: Re: Re: What language do you mostly program in?
Chivo  Account Info

I think Windows batch is just DOS batch with some extra commands (e.g., setlocal and endlocal). They're not radically different from each other, so they're both restrictive in what they can do.

Comparing them is like comparing 2AM to 3AM (they're both dim), but it's night and day between batch and the Unix shell. :)

Reply to this comment    5 October 2004, 01:06 GMT


¤
burntfuse  Account Info

Yeah, they are pretty much the same.

Just wondering...what extra things can Unix scripts do?

Reply to this comment    9 October 2004, 23:33 GMT


Re: ¤
Enchanted Coders  Account Info
(Web Page)

UNIX scripts are amazingly powerful. You can do things like recording error messages to a file, sending output to both a file and the screen, sorting the output of any command by sending the output of the command you want sorted to the sort command, do a reverse-i search of your recently typed commands for those times when you want to run a previous command again, etc.

Reply to this comment    11 October 2004, 10:30 GMT

Re: What language do you mostly program in?
Paul Houser Account Info
(Web Page)

You forgot NewtonScript!! That's the most unimportant and proprietary language around!! Seriously, what if somebody owns an Apple Newton (and I used to) and all they wrote in was NewtonScript (and I used to).

Reply to this comment    3 October 2004, 13:13 GMT

Re: What language do you mostly program in?
Sam3.14 Account Info
(Web Page)

Hey, what about BrainF**k?!
Does anyone actually use that?

Reply to this comment    3 October 2004, 14:43 GMT


Re: Re: What language do you mostly program in?
Zeroko  Account Info
(Web Page)

I sort of do sometimes. My Z programming language (see my web page) contains BF as a subset & can execute valid, uncommented BF code, & looping is most easily done the BF way.

Reply to this comment    3 October 2004, 16:37 GMT

1  2  3  4  5  6  7  8  9  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer