Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Are you a computer programmer ? What programming languages do you know ?

This page is a permanent link to the reply below and its nested replies. See all post replies »
SW-User
er, at one point or another in my life I've used BASIC, 6502 machine code, FORTH, Pascal, C, 68000 and 8086 assembly, a dataflow language called "ProGraph," LISP, Scheme, FORTRAN (77 and 90), PostScript, C++, Java, Perl, Python, BASH shell scripts, MATLAB, and probably some others I've forgotten.
helenS · 36-40, F
@SW-User 8086 assembly is the plague.
SW-User
@helenS it is but I needed it at the time
helenS · 36-40, F
@SW-User A friend of mine had to write many lines of inline assembly code in a C program to make it run faster, and it worked!
All I remember is "mov".
I tried to learn 68k assembler, but I failed.
basilfawlty89 · 31-35, M
@helenS the first time I messed around with shader compiling I had to use assembly.
SW-User
@helenS I used it inline, too, for the same reason. 68k assembler was like a luxury car after the 6502 and 8086.