Discuss Scratch

iamunknown2
Scratcher
1000+ posts

Share a picture of your text editor

Jonathan50 wrote:

Notepad

I would use Visual Studio 2015 Community as well now that there is a free version, but I have Windows XP still, I had another small netbook with Win 7 but it broke somewhere near the end of last year, and I can't get the free Windows 10.
My recommendation is to get something like Atom instead of Notepad.

Edit: And if that doesn't work, try using Geany.

Last edited by iamunknown2 (Aug. 10, 2015 02:22:59)

Jonathan50
Scratcher
1000+ posts

Share a picture of your text editor

iamunknown2 wrote:

Jonathan50 wrote:

Notepad

I would use Visual Studio 2015 Community as well now that there is a free version, but I have Windows XP still, I had another small netbook with Win 7 but it broke somewhere near the end of last year, and I can't get the free Windows 10.
My recommendation is to get something like Atom instead of Notepad.

Edit: And if that doesn't work, try using Geany.
I just watched the trailer.
It's funny
Really_A
Scratcher
1000+ posts

Share a picture of your text editor

I currently using NetBeans for C

eventho I have use it for PHP a long time ago..
iamunknown2
Scratcher
1000+ posts

Share a picture of your text editor

Jonathan50 wrote:

iamunknown2 wrote:

Jonathan50 wrote:

Notepad

I would use Visual Studio 2015 Community as well now that there is a free version, but I have Windows XP still, I had another small netbook with Win 7 but it broke somewhere near the end of last year, and I can't get the free Windows 10.
My recommendation is to get something like Atom instead of Notepad.

Edit: And if that doesn't work, try using Geany.
I just watched the trailer.
It's funny
So…

Did you get Geany?
ChocolatePi
Scratcher
1000+ posts

Share a picture of your text editor

Really_A wrote:

I currently using NetBeans for C

eventho I have use it for PHP a long time ago..
Why are you using C though?
Really_A
Scratcher
1000+ posts

Share a picture of your text editor

ChocolatePi wrote:

Really_A wrote:

I currently using NetBeans for C

eventho I have use it for PHP a long time ago..
Why are you using C though?
What's wrong though? Is it useless?
Rumanti
Scratcher
1000+ posts

Share a picture of your text editor

C is known for being a fad language
the same guy also discourages Java earlier in the topic
though so I can not really guarantee that's the reason..


Edit: As per Znapi, we expect command lines..

Last edited by Rumanti (Aug. 11, 2015 23:19:45)

Znapi
Scratcher
500+ posts

Share a picture of your text editor

Really_A wrote:

ChocolatePi wrote:

Really_A wrote:

I currently using NetBeans for C
-image of NetBeans with C code-
eventho I have use it for PHP a long time ago..
Why are you using C though?
What's wrong though? Is it useless?
C is amazing! You get nearly full control over memory and how things work. Why are you using an IDE for C though?

Last edited by Znapi (Aug. 11, 2015 22:11:13)

__init__
Scratcher
1000+ posts

Share a picture of your text editor

Here's my text editor:

//xkcdreference
Really_A
Scratcher
1000+ posts

Share a picture of your text editor

Znapi wrote:

Really_A wrote:

ChocolatePi wrote:

Really_A wrote:

I currently using NetBeans for C
-image of NetBeans with C code-
eventho I have use it for PHP a long time ago..
Why are you using C though?
What's wrong though? Is it useless?
C is amazing! You get nearly full control over memory and how things work. Why are you using an IDE for C though?
(again) what's wrong with it?
CatsUnited
Scratcher
1000+ posts

Share a picture of your text editor

Znapi wrote:

C is amazing! You get nearly full control over memory and how things work. Why are you using an IDE for C though?
What if you do something wrong in C though?
OmnipotentPotato
Scratcher
1000+ posts

Share a picture of your text editor

__init__ wrote:

Here's my text editor:

//xkcdreference
ChocolatePi
Scratcher
1000+ posts

Share a picture of your text editor

In C if something goes wrong, something could also drastically go wrong. Plus, it's a horrible first language because…
  • Static typing
  • It's hard to use libraries
  • It's hard to learn and code in
  • Pointers (nuff said)
  • It's obsolete and inconvenient (sorry gtoal!)
PullJosh
Scratcher
1000+ posts

Share a picture of your text editor

ChocolatePi wrote:

In C if something goes wrong, something could also drastically go wrong. Plus, it's a horrible first language because…
  • Static typing
  • It's hard to use libraries
  • It's hard to learn and code in
  • Pointers (nuff said)
  • It's obsolete very widely used and inconvenient (sorry gtoal!)
ftfy
ChocolatePi
Scratcher
1000+ posts

Share a picture of your text editor

PullJosh wrote:

ChocolatePi wrote:

In C if something goes wrong, something could also drastically go wrong. Plus, it's a horrible first language because…
  • Static typing
  • It's hard to use libraries
  • It's hard to learn and code in
  • Pointers (nuff said)
  • It's obsolete very widely used and inconvenient (sorry gtoal!)
ftfy
But it's still inconvenient
iamunknown2
Scratcher
1000+ posts

Share a picture of your text editor

ChocolatePi wrote:

PullJosh wrote:

ChocolatePi wrote:

In C if something goes wrong, something could also drastically go wrong. Plus, it's a horrible first language because…
  • Static typing
  • It's hard to use libraries
  • It's hard to learn and code in
  • Pointers (nuff said)
  • It's obsolete very widely used and inconvenient (sorry gtoal!)
ftfy
But it's still inconvenient
Tell me what a GOOD programming language is then.
ChocolatePi
Scratcher
1000+ posts

Share a picture of your text editor

iamunknown2 wrote:

ChocolatePi wrote:

PullJosh wrote:

ChocolatePi wrote:

In C if something goes wrong, something could also drastically go wrong. Plus, it's a horrible first language because…
  • Static typing
  • It's hard to use libraries
  • It's hard to learn and code in
  • Pointers (nuff said)
  • It's obsolete very widely used and inconvenient (sorry gtoal!)
ftfy
But it's still inconvenient
Tell me what a GOOD programming language is then.
I'm not saying that C is a bad programming language, it's just a bad one for beginners. You have to focus on memory management, getting everything to load, and linking/compiling. If you use a language like Python, Ruby, or JavaScript, you can focus on the programming techniques and algorithms instead of learning to print strings and telling the length of a string.
iamunknown2
Scratcher
1000+ posts

Share a picture of your text editor

ChocolatePi wrote:

iamunknown2 wrote:

ChocolatePi wrote:

PullJosh wrote:

ChocolatePi wrote:

In C if something goes wrong, something could also drastically go wrong. Plus, it's a horrible first language because…
  • Static typing
  • It's hard to use libraries
  • It's hard to learn and code in
  • Pointers (nuff said)
  • It's obsolete very widely used and inconvenient (sorry gtoal!)
ftfy
But it's still inconvenient
Tell me what a GOOD programming language is then.
I'm not saying that C is a bad programming language, it's just a bad one for beginners. You have to focus on memory management, getting everything to load, and linking/compiling. If you use a language like Python, Ruby, or JavaScript, you can focus on the programming techniques and algorithms instead of learning to print strings and telling the length of a string.
Unfortunately, any search of the above + the word “sucks” comes up with a lot of relevant results.
ChocolatePi
Scratcher
1000+ posts

Share a picture of your text editor

iamunknown2 wrote:

ChocolatePi wrote:

iamunknown2 wrote:

ChocolatePi wrote:

PullJosh wrote:

ChocolatePi wrote:

In C if something goes wrong, something could also drastically go wrong. Plus, it's a horrible first language because…
  • Static typing
  • It's hard to use libraries
  • It's hard to learn and code in
  • Pointers (nuff said)
  • It's obsolete very widely used and inconvenient (sorry gtoal!)
ftfy
But it's still inconvenient
Tell me what a GOOD programming language is then.
I'm not saying that C is a bad programming language, it's just a bad one for beginners. You have to focus on memory management, getting everything to load, and linking/compiling. If you use a language like Python, Ruby, or JavaScript, you can focus on the programming techniques and algorithms instead of learning to print strings and telling the length of a string.
Unfortunately, any search of the above + the word “sucks” comes up with a lot of relevant results.
?
iamunknown2
Scratcher
1000+ posts

Share a picture of your text editor

ChocolatePi wrote:

iamunknown2 wrote:

ChocolatePi wrote:

iamunknown2 wrote:

ChocolatePi wrote:

PullJosh wrote:

ChocolatePi wrote:

In C if something goes wrong, something could also drastically go wrong. Plus, it's a horrible first language because…
  • Static typing
  • It's hard to use libraries
  • It's hard to learn and code in
  • Pointers (nuff said)
  • It's obsolete very widely used and inconvenient (sorry gtoal!)
ftfy
But it's still inconvenient
Tell me what a GOOD programming language is then.
I'm not saying that C is a bad programming language, it's just a bad one for beginners. You have to focus on memory management, getting everything to load, and linking/compiling. If you use a language like Python, Ruby, or JavaScript, you can focus on the programming techniques and algorithms instead of learning to print strings and telling the length of a string.
Unfortunately, any search of the above + the word “sucks” comes up with a lot of relevant results.
?
Searches for “Python sucks”, “JavaScript sucks” and so on on Google games up with plenty of results that are relevant.

Powered by DjangoBB