Programming languages

BillC

Active Member
FCN Regular
Is anyone here into operating systems networking and how it works? Or writes any programs? C,C++, or web script programming like HTML or JSON related stuff?
 
I know a little html css and python. Some markdown too. Learned bits of SQL and bits of R as well.

What would you use R for ? I don't think Ruby is that popular. The guy that wrote it wrote objective C then left it. SQL isn't that for databases? C/C++ would be for writing the databases. I like POSIX systems anyway. UNIX, linux, minix.
 
I started messing around with COBOL in high school (was oddly part of curriculum), then pursued networking & systems hardware specialization in college and started messing around with html+JavaScript. Lost interest in all of that and found more money elsewhere, unrelated to what I've pursued.

Today, I don't remember any coding, because I've never delved deep enough into any of it and I've been reduced to basic string manipulation, Popup editing and phrase detection in chat via junky IRC scripts.
 
I never liked at&t assembly syntax. Intel I think is better. I looked at simpler 16 bit assembly using INT and IRQ. Basic was the first language I learned and had an 8 bit calculator like "PC". It was basically a basic interpreter with an expansion pack to 16k of memory.
 
Get a $8 dollar Node MCU and the free Arduino IDE and play around in command line C. The ESP8266 has more power than your calculator plus WIFI. you can even program it thru an LUA interface.
 
And what do you mean JSON related stuff ? Isn’t that just a notation . It is used by miscroservice developers a lot of they are playing with postman and testing it .. and front end developers when they consume said APIs .
 
And what do you mean JSON related stuff ? Isn’t that just a notation . It is used by miscroservice developers a lot of they are playing with postman and testing it .. and front end developers when they consume said APIs .
JS object notation.
 
Back
Top