Title: What other languages do you know?
Shadow of the Moon - June 26, 2003 06:09 PM (GMT)
I was wondering what else everybody knows.
I know
- GML
- some Visual Basic
- a little pascal
- HTML (not really a language though)
- Javascript
ih8censorship - June 26, 2003 07:25 PM (GMT)
i know:
a little bit of pascal,
gml if you want to call that a language,
a very small amount of assembly language-- barely enough to mention
quite a bit of html if you consider that a language
some java script
and some c++ (duh) :lol:
Xception - June 26, 2003 08:20 PM (GMT)
Assembler: Intel, Commodore 64 and a little bit ARM(for Gameboy Advance)
Basic: Visual Basic, Blitz Basic, DarkBasic, Purebasic, Commodore 64 Basic and Amiga Basic :D
C/C++
Pascal/Object Pascal(Delphi)
Java
Javascript
Haskell (I hate it)
StarReaver2 - June 26, 2003 09:06 PM (GMT)
HTML(Master of the language, but not of creating layouts :()
a bit of C(do i really need it?)
Java(Learnin)
JavaScript(Know)
PHP(Learnin)
EDIT: Forgot GML.
Dragon - June 26, 2003 11:02 PM (GMT)
| QUOTE |
Assembler: Intel, Commodore 64 and a little bit ARM(for Gameboy Advance) Basic: Visual Basic, Blitz Basic, DarkBasic, Purebasic, Commodore 64 Basic and Amiga Basic C/C++ Pascal/Object Pascal(Delphi) Java Javascript Haskell (I hate it) |
Jeez Xception! That's a lot of languages ... *counting* ... 15 languages! :blink:
This is what I know:
C/C++
Pascal
HTML
PHP (some)
GML
punkisdead - August 15, 2003 01:34 AM (GMT)
Java
C++
Visual Basic
bash shell scripting
perl (a little bit anyway)
SQL (even though it's not really a programming language I included it anyway)
PHP (learning)
Kylevision - August 15, 2003 02:39 AM (GMT)
HTML
PHP
PHP and MySQL
GML
Simple Language (a lang I made in Game Maker)
----Different types of C++----
OpenGL
Win32
SDL
TheHawgMaster - August 15, 2003 02:46 AM (GMT)
There are too many people that can kind of program a little in zillions of languages you've never heard of but can't program well in any language. I can say with confidence that I program in C++. Anyone can make an app in HTML so I don't waste time learning languages I don't care about. I am currently learning how to code in asm.
Please visit the
MASM Forum if you want to learn assembler.
Sam Fisher vs Solid Snake - August 15, 2003 03:06 AM (GMT)
I know
Ti-basic fluently
Visual C++ pretty well
Basic pretty well
GML pretty well
HTML fluently
Javascript barely
Xception - August 15, 2003 01:06 PM (GMT)
ASM is cool, Hawgmaster and it's not that difficult as most people think it is, especially Win32 assembler is relatively easy.
FHCandyman - August 15, 2003 01:37 PM (GMT)
I know um....basic C++? I'm not just new to C++ I'm completely new to programming, but next year, I'll come back to this thread and have some more stuff to show :lol:
Sam Fisher vs Solid Snake - August 15, 2003 04:39 PM (GMT)
dr voodoo - August 16, 2003 07:02 PM (GMT)
Wath I know:
GML very well
Logo
html (enoupf to make a website)
C/C++
a little ASM (code below shows most of my knowlege)
| QUOTE |
| ASM is cool, Hawgmaster and it's not that difficult as most people think it is, especially Win32 assembler is relatively easy. |
I have taken some look at it and it isn't really that hard (from what I have seen) but I'll spend some more time with C++ before I really start learning it. And Win32 programming is rather close to C/C++ Win32 programming.
Example:
C/C++:
| CODE |
char MBTitle[]="Hello text"; char MBText[]="Hello title"; //Note that MB_OK = 0 MessageBox(0,MBText,MBTitle,0); |
ASM:(Note that I only know a SPASM macro for the strings)
| CODE |
[MBTitle: 'Hello text' 0] [MBText: 'Hello title' 0] push 0|push MBTitle|push MBText|push 0 call 'USER32.MessageBoxA' |
Actualy I don't know any Win32 function in C++ which can not call with the methode above.
TheHawgMaster - August 16, 2003 07:27 PM (GMT)
I suppose, to be a little more accurate:
C/C++ with WinAPI, COM and DirectX: very well
GML: very well
MASM: learning
HTML, JavaScript: The first is fricken' easy and the other is just like a weak C++ (know both pretty well)
But I only impressive ones are C++ and MASM; I mean, you don't pick up chicks by saying: "Yeah, I program HTML" :lol: (I have managed to C++ to my advantage

)
And Dr. Voodoo, a big

on learning ASM. You should really visit the
MASM Forum for help learning.
dr voodoo - August 16, 2003 09:07 PM (GMT)
I think I prefere SPASM over MASM. SPASM seems cleaner to me than MASM but I'm still new to ASM so I can't really tell which is better. For example this is a complete prog:
| CODE |
[push_more | push #1 | #+1] [invoke | pushpush_more #L>2 | call #1] Main: [MBTitle: 'Hello text' 0] [MBText: 'Hello title' 0] invoke 'USER32.MessageBoxA' &NULL MBText MBTitle &MB_OK invoke 'Kernel32.ExitProcess' &NULL |
I find it much cleaner than the MASM I have seen.
Monkster - September 3, 2003 03:34 AM (GMT)
GML, pretty well
HTML, good, anything except java.
C++, barely any (thats why im here) :lol:
MonkeyMan - September 14, 2003 03:27 PM (GMT)
I currently know and/or learning the following:
c++
ti
PHP
qbasic
html
java
javascript
mirc
Incubator - September 14, 2003 07:19 PM (GMT)
I know:
HTML
JavaScript
VBScript
ASP
Visual Basic
shellscripting (maybe not really a programming language but oh well)
COBOL
XML
C (basics)
Java
CL (OS/400 systems)
Currently learning:
C++
PHP
Planning to learn:
ActionScript