![]() |
|
What (programming) languages do you know? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: What (programming) languages do you know? (/Thread-What-programming-languages-do-you-know) |
What (programming) languages do you know? - Lain - 08-26-2013 I'm interested in how many SL members know how to code. Here is my small list: Code: PHP
CSS
Batch
Small ammounts of JavascriptIt's not much, but it's all I need
RE: What (programming) languages do you know? - Euripides - 08-26-2013 Thank you for asking, here's a humble list of what I've learned from school: HTML and CSS Visual Basic C++ C# Matlab Programming Assembly Language HDL like Verilog and VHDL Arduino Programming Language That's all I remember, I'll add up those I missed but basically that's the most I've learned. RE: What (programming) languages do you know? - TechSaavy - 08-26-2013 HTML CSS A bit of CSS3 (if it doesn't count under CSS) PHP Python 2.7 and 3.* Batch Currently learning X86 Assembly (it's a pain to learn it, in my opinion) RE: What (programming) languages do you know? - Euripides - 08-26-2013 ^I know the feeling! I sweat blood and tears when I was learning that subject. Our professor on top of that gave us 'epic' hard to pass exams way back. I'm going to learn Java in the upcoming months since they say it's a must on the industry. RE: What (programming) languages do you know? - TechSaavy - 08-26-2013 (08-26-2013, 02:22 PM)Euripides Wrote: ^I know the feeling! I sweat blood and tears when I was learning that subject. Our professor on top of that gave us 'epic' hard to pass exams way back. I'm going to learn Java in the upcoming months since they say it's a must on the industry. Yeah, Java is used a lot in for example ATM Software, or Android phones. I wish you good luck
RE: What (programming) languages do you know? - Matrix - 08-26-2013 I know C++ and VB. I'll be learning Java this upcoming semester. RE: What (programming) languages do you know? - w00t - 08-26-2013 (08-26-2013, 01:42 PM)CamIce Wrote: Currently learning X86 Assembly (it's a pain to learn it, in my opinion) The key is to recognize that assembly is extremely basic. All you can do is math operations and move data places. The art of it is doing complex tasks with such simple operations. x86( and x86_64 ) assembly C/++ Java MSIL( google it ) From those 3, I can branch out and achieve basic proficiency in any language. RE: What (programming) languages do you know? - Lain - 08-27-2013 I've been meaning to learn Java, but I've never been able to find decent tutorials. (08-26-2013, 01:42 PM)CamIce Wrote: HTML CSS3 counts as CSS
RE: What (programming) languages do you know? - TechSaavy - 08-27-2013 (08-26-2013, 11:16 PM)w00t Wrote: The key is to recognize that assembly is extremely basic. All you can do is math operations and move data places. The art of it is doing complex tasks with such simple operations. Thanks. I will keep this in my mind. Did you learn assembly online, or in school/from someone else? RE: What (programming) languages do you know? - Euripides - 08-27-2013 (08-26-2013, 11:16 PM)w00t Wrote: The key is to recognize that assembly is extremely basic. All you can do is math operations and move data places. The art of it is doing complex tasks with such simple operations.This is true. Still, it's a pain to program a unique game complete with graphics (the primitive ones) using this language. Nevertheless, I enjoyed learning this one and gave me a decent challenge all throughout. |