Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Actual discussion of /prog/

Name: Anonymous 2013-11-06 15:39

So I have been screwing around with scripting languages for a while now, and I wanted to know...

1. How different is scripting languages from normal ones (besides having to compile)

2. Should I learn C++ as my first true blue language? I hear that its find of funky and can mess with your brain but I plan on going to college so I'm unsure what the best would be.

3. Would it be safe to assume you can make programs interact with scripts fairly easily right?

Name: Anonymous 2013-11-06 16:36

>>1
Do you remember Hullabaloo, upbeat, Shindig and Ed Sullivan too? Do you remember rock 'n' roll radio?

Name: Anonymous 2013-11-06 16:55

A boy died in 1932 by a homicidal murderer. He buried him in the ground when he was still alive. The murdered chanted, "Toma sota balcu" as he buried him. Now that you have read the chant, you will meet this little boy. In the middle of the night he will be on your ceiling. He will suffocate you like he was suffocated. If you post this, he will not bother you. Your kindness will be rewarded.

Name: Anonymous 2013-11-06 16:55

A boy died in 1932 by a homicidal murderer. He buried him in the ground when he was still alive. The murdered chanted, "Toma sota balcu" as he buried him. Now that you have read the chant, you will meet this little boy. In the middle of the night he will be on your ceiling. He will suffocate you like he was suffocated. If you post this, he will not bother you. Your kindness will be rewarded.

Name: Anonymous 2013-11-06 17:57



 A boy died in 1932 by a homicidal murderer. He buried him in the ground when he was still alive. The murdered chanted, "Toma sota balcu" as he buried him. Now that you have read the chant, you will meet this little boy. In the middle of the night he will be on your ceiling. He will suffocate you like he was suffocated. If you post this, he will not bother you. Your kindness will be rewarded.

Name: Anonymous 2013-11-06 23:12

>>1. How different is scripting languages from normal ones (besides having to compile)
Not too different. There are some different concepts (data types, compliation) but the actual programming aspects remain relatively similar, at least for the first few years of programming.

>>2. Should I learn C++ as my first true blue language? I hear that its find of funky and can mess with your brain but I plan on going to college so I'm unsure what the best would be.
A lot of schools are moving towards Java. C++ has a lot of quirks, C is a little too complex for beginners (people may argue this), C# is Microsoft-only (not the best for learning, but great language nonetheless). The most important thing is just learning the concepts and thought process though. The actual language isn't so important. That's why Java is a good first choice because it's easy to pick up, so you can focus on what's important.

>>Would it be safe to assume you can make programs interact with scripts fairly easily right?
Yeah. With a few lines of code, you can execute a script with parameters and retrieve the output. However, many libraries exist which may allow you to recreate the scripts within the programs, so you don't necessarily need to rely on executing a separate script.

Name: Anonymous 2013-11-06 23:26

LISP          LISPLISPLISP    LISPLISPLISP    LISPLISPLISP
LISP              LISP        LISP            LISP    LISP
LISP              LISP        LISP            LISP    LISP
LISP              LISP        LISPLISPLISP    LISPLISPLISP
LISP              LISP                LISP    LISP
LISP              LISP                LISP    LISP
LISPLISPLISP  LISPLISPLISP    LISPLISPLISP    LISP

Name: Anonymous 2013-11-07 1:31

>>1
1. How different is scripting languages from normal ones (besides having to compile)
A programming language is compiled, has static typing, manual allocation, and fast execution. A scripting language is interpreted, has dynamic typing (also known as "type inference"), garbache collection, and slow. A scripting language should be used only for short (>100 hundred lines) jobs that don't run too often, any more and the CPU power will overwhelm you program.

Name: Anonymous 2013-11-08 16:59

>>6
Hah! He actually recommended Java!
xDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD
TOP LEL

Name: Anonymous 2013-11-08 21:21

>>7
lol u fail!

Don't change these.
Name: Email:
Entire Thread Thread List