Raised This Month: $51 Target: $400
 12% 

Your favorite programming language?


Post New Thread Reply   
 
Thread Tools Display Modes
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 06-16-2019 , 18:01   Re: Your favorite programming language?
Reply With Quote #31

Quote:
Originally Posted by thEsp View Post
It's not true. You need to know how to deal with memory and it's limitations. Something may run good in your system, but may not on others'.
Not in Java/C#/Ruby.
__________________
edon1337 is offline
thEsp
BANNED
Join Date: Aug 2017
Old 06-16-2019 , 18:07   Re: Your favorite programming language?
Reply With Quote #32

Speaking of C#. Yes.
thEsp is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 06-16-2019 , 18:13   Re: Your favorite programming language?
Reply With Quote #33

Quote:
C# employs automatic memory management, which frees developers from manually allocating and freeing the memory occupied by objects. Automatic memory management policies are implemented by a garbage collector.
http://www.informit.com/articles/art...74652&seqNum=9
__________________
edon1337 is offline
thEsp
BANNED
Join Date: Aug 2017
Old 06-16-2019 , 18:25   Re: Your favorite programming language?
Reply With Quote #34

.NET provides a lot of features for cleaning memory safely, but these won't help you in case you don't know how, when and where to use memory. In other words you need to not colonize your memory with useless stuff.

Last edited by thEsp; 06-16-2019 at 18:41. Reason: Removed unnecessary stuff
thEsp is offline
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 06-17-2019 , 05:44   Re: Your favorite programming language?
Reply With Quote #35

Quote:
Originally Posted by edon1337 View Post
Is it worth learning? I'm learning it right now but I'm unsure whether it's going to worth the time I spent learning it. I'm going to learn CSS after it too.

I'm trying to learn some front and back end languages, HTML/JS/CSS being front-end and PHP/Java back-end. Would that be good? Or just learning VB/C#/C++ and skipping web-developing?
You can use JavaScript anywhere today - site front-end, back-end, PC applications, mobile applications...
__________________
klippy is offline
<VeCo>
Veteran Member
Join Date: Jul 2009
Location: Bulgaria
Old 06-17-2019 , 10:12   Re: Your favorite programming language?
Reply With Quote #36

Well, even with VM you can still learn some tricks to pool memory and take bigger advantage of the GC.

JS is a pure clusterfuck with everyone making their own frameworks/libraries trying to fill various design holes, and sometimes purposedly overengineering stuff to sell more books (lol). Long past the original purpose of "small dirty scripts"... At least TypeScript takes a more sane approach for development, npm is good shit.
__________________
<VeCo> is offline
Black Rose
Veteran Member
Join Date: Feb 2011
Location: Stockholm, Sweden
Old 06-17-2019 , 13:45   Re: Your favorite programming language?
Reply With Quote #37

Quote:
Originally Posted by edon1337 View Post
Is it worth learning? I'm learning it right now but I'm unsure whether it's going to worth the time I spent learning it. I'm going to learn CSS after it too.

I'm trying to learn some front and back end languages, HTML/JS/CSS being front-end and PHP/Java back-end. Would that be good? Or just learning VB/C#/C++ and skipping web-developing?
It all depends on what you do or want to do. The most fun I’ve had was when using JavaScript in so many different applications, it might not be the right choice for you. I wish I knew more CSS because it can remove a lot of JavaScript and still reach the same result.

I’m not a professional programmer of any kind. I’m a hobbyist. I don’t think about what programming languages will be good for me in the future. I start a project and learn along the way as I Google throughout. Sometimes I’ve given up (Java for Android). But I still learn a lot along the way.

In the end, anything you learn will help you learn other things more easily. And it helps if you have one language where you have a deeper knowledge. PAWN helped me understand memory, pointers, bits, bytes and strings in it’s simplified way of doing these things. This is the most valuable experience I have whenever I use any other programming language.
__________________
Black Rose is offline
thEsp
BANNED
Join Date: Aug 2017
Old 06-17-2019 , 14:54   Re: Your favorite programming language?
Reply With Quote #38

Surprised how no one's favorite language is F#, a super powerful language. Same applies to Fortran and Pascal.

Last edited by thEsp; 06-18-2019 at 01:09.
thEsp is offline
JocAnis
Veteran Member
Join Date: Jun 2010
Old 06-17-2019 , 15:39   Re: Your favorite programming language?
Reply With Quote #39

C#...F#..are we talking about notes :/
__________________
KZ Public Autocup - PrimeKZ

My blog: http://primekz.xyz (in progress...) - not active (dec 2022)
JocAnis is offline
thEsp
BANNED
Join Date: Aug 2017
Old 06-17-2019 , 16:20   Re: Your favorite programming language?
Reply With Quote #40

What makes you say that? C# is one of the most reliable language. F# is another great .NET sub-product used mostly to create drivers and advanced scientist calculations. Both are Windows specific but there are some frameworks which extend their compatibility to other architectures.
https://www.quora.com/How-is-C-compa...ther-languages
thEsp is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:34.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode