Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Programming. | 3 guests
Acmlm's Board - I2 Archive - Programming - What languages can you program?
  
User name:
Password:
Reply:
 

UserPost
jman2050
Posts: 34/123
I know C and C++ like the back of my hand. *looks at the back of my hand* Wait, where did those weird markings come from... no wait, those are hair strands

Anyway, I also know VB, Perl, PHP, a little bit of Fortran, a minute amount of COBOL, 65816 assembly, currently trying to figure out x86 assembly, a small amount of Java (god I hate Java), HTML, XML, a little ASP, and a few snippets of a half dozen other specialized languages.

And you know what... They're all practically the same thing
Squash Monster
Posts: 478/677
Whee, debugging Brainfuck. This'll be either agravating or fun (though likely both ).

+++++++[>+++++++++<-]>.
This'll put 7 in p0 and add 9 in p1 for each in p0, then display p1. 7 * 9 is 63, which is not H, as H is 72. So, add one more plus to the first string of plusses, to get 8 * 9, which is 72.

The next segment,
<++++[>+++++++<-]>+.
Goes back to p0 and adds 4, then adds 7 to p1 for each of those, then adds 1 to p1. We'll assume we've already corrected the rest of the program. So p1 is 72, plus (4 * 7 = 28) is 100, plus 1 is 101. Now, that's e, just like it aught to be, but it wouldn't have been if we didn't fix H. I'll assume the rest of the program was messed up becouse of H.


That was fun .
dormento
Posts: 63/99
i'm having problems with this proggy in Brainfuck - It's supposed to be a hello world program, but it doesn't work:


+++++++[>+++++++++<-]>.<++++[>+++++++<-]>+.<++[>+++<-]>+..+++.++++[>++++++++<-]>.<+++++[>++++++++++<-]>+++++.<<.+++.------.<+++[>---<-]>+.

I talk VB, c/c++,delphi, english and a little spanish
neotransotaku
Posts: 1845/4016
it is also because english doesn't conjugate while french does...which is why english is difficult to grasp at first; although after time, english is fairly good because bad grammar can still be understood...

anyways, i can produce stuff using..

Scheme
C/C++/C#
Java
PHP
HTML
Bash/csh
dan
Posts: 266/782
Originally posted by DarkSlaya
And I find French so much harder than English.


That's because french has a set grammar, whereas we english speaking folk just make shit up as we go along. It's probably harder for french speaking people to go to an english speaking country and understand the lingo, than the other way around. Lazy english speaking bastards. :/
DarkSlaya
Posts: 2801/4249
C++ (Not much, but can still make some funny things aside from making the computer crash)
PHP (Enough to do everything I'll ever need in a website)
HTML
CSS

I'm sure I Know more.... but whatever,

And I find French so much harder than English.
fiveseven
Posts: 2/8
C++
html/css (who doesnt these days? )
php/mysql (enough to make simple database driven sites anyway)
BASIC (enough to understand what the code is doing, little rusty on the syntax)

I started to learn about 6502 (6510) commodore 64 assembly, my father was the leet hacker back in the 80's

Peak of computing was definitly the c64 :p

English is stupid, because it doesnt define a set syntax.
Squash Monster
Posts: 476/677
Originally posted by Gavin
Originally posted by Squash Monster
To quote the first post, "What programming languages do you know? Include formatting languages such as HTML." So um, HTML and CSS count, hah.


you know, there is one descriptive language that i never quite mastered: english.
Yeah, English is a rough one. Its syntax is really bizzarre. We should assign every concept in the world a number and communicate in hex instead.
SyntaxLegend
Posts: 117/222
PHP, VB6. Tiny bit of JavaScript

Languages that are not languages.

HTML, CSS.
Gavin
Posts: 329/799
Originally posted by Squash Monster
To quote the first post, "What programming languages do you know? Include formatting languages such as HTML." So um, HTML and CSS count, hah.


you know, there is one descriptive language that i never quite mastered: english.
Squash Monster
Posts: 475/677
To quote the first post, "What programming languages do you know? Include formatting languages such as HTML." So um, HTML and CSS count, hah.

And we're obviously thinking of different languages by the name of GML - the one I'm thinking of is a scripting language (it's the scripting language built into Game Maker).

And yes, of course Brainfuck is impractical and esoteric. That's why I like it, you know?

Beatnik is better than Ook.. Shakespeare is a little overkill. I like Brainfuck's ellegant brute force.

Oh, and I know HQ9+ .
Gavin
Posts: 328/799
HTML is not a programming language, nor is CSS.

CSS is a descripitive computer language, and HTML is (as the acronym suggests) a 'markup-language', and GML is a markup language as well (although i've never actually seen anyone use it as i don't ever deal with maps or anything like that).

brainfuck is fairly impractical and esoteric.


oh yah, i program in Ook, hardcore.
Squash Monster
Posts: 474/677
Java, z80, CSS, C++, Brainfuck, GML, HTML, VB6. In order of preference.

I probably know more, but they're not coming to mind. Note that my standards for this thread are a good deal lower than for the other.


Does anyone have any oppinions about Forth? I was thinking of learning it, but am still unsure.
Dish
Posts: 211/596
there's a GBA style of C++?

or do you mean you're just more familiar with the GBA API than you are with, say, the Windows API?
interdpth
Posts: 381/527
Originally posted by windwaker
Originally posted by interdpth
Visual BASIC 6
Very Very little ARM assembler I know like 5 commands
GBA C++
That's it


When you say GBA C++, do you mean the GBA style of C++?


yes I do
Gavin
Posts: 327/799
All your programming languages are belong to me

HyperLamer
Posts: 2294/8210
There's a sticky of this, you know.
Emptyeye
Posts: 1029/2273
HTML (Which isn't technically a programming language, but whatever)
Q-BASIC
some C++
some VB

Note that I haven't actually used these in awhile, and as such have probably forgotten it all.
Dylan
Posts: 1175/1407
VB (pretty well now), HTML, and PHP pretty well.
elixirnova
Posts: 134/177
I know quite a few languages
C#
C++
JavaScript
HTML
PHP
VB.NET
VB
QuickBasic..(used that a long time ago though)
Assembly:
6502\65816
Not really languages but I know these "extensions to C/C++"
Allegro
Direct X 9.0
and quite some time ago I was learning a bit of Flash ActionScript though never got around to making anything
This is a long thread. Click here to view it.
Acmlm's Board - I2 Archive - Programming - What languages can you program?


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.003 seconds.