programming
-
Hello Member12502619 ! To be an honest programmer, you should master at least 3 high level languages and two level languages (assembler and VB6 are the choices of most). You can combine several languages together, but then you will need to translate the code to english and use the plain english compiler. Cheers !
thanks,i'll work on the steps you have provided
-
Hello Member12502619 ! To be an honest programmer, you should master at least 3 high level languages and two level languages (assembler and VB6 are the choices of most). You can combine several languages together, but then you will need to translate the code to english and use the plain english compiler. Cheers !
Kinda early for you to be drinking
veni bibi saltavi
-
It's like-friday-evening here, so yes, I tried some jocka.
Doesn't matter much, I guess - I've got a distinct feeling that I've seen Jocka somewhere before... :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
Kinda early for you to be drinking
veni bibi saltavi
DO NOT TELL ME WHAT TO DO WITH MY LIFE !
-
John Simmons / outlaw programmer wrote:
Go forth, and code.
in Forth?
Yes, certainly not Lisp - It would be too hard to understand what he was saying then! :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
for some reason i cant change the name,do i have to pay or...
Look up in the top right corner of this page, and hover your mouse over your current username "Member 12502619". A drop-down will appear - click on "My Settings" A page will appear. Look at the textbox beside "Your Display Name" and change that to something that is free ("Jocka" is taken by an existing member so you can't use just that). Press the "Save my Settings" button.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
Look up in the top right corner of this page, and hover your mouse over your current username "Member 12502619". A drop-down will appear - click on "My Settings" A page will appear. Look at the textbox beside "Your Display Name" and change that to something that is free ("Jocka" is taken by an existing member so you can't use just that). Press the "Save my Settings" button.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
Why are you giving it to him for free when I had to pay £5??? ;) Besides, it's a SPA anyway, so Jocka2 will be appropriate... :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
John Simmons / outlaw programmer wrote:
Go forth, and code.
in Forth?
Duncan Edwards Jones wrote:
in Forth?
No Scratch that!
New version: WinHeist Version 2.2.2 Beta
I told my psychiatrist that I was hearing voices in my head. He said you don't have a psychiatrist! -
Why are you giving it to him for free when I had to pay £5??? ;) Besides, it's a SPA anyway, so Jocka2 will be appropriate... :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timeBecause your cheque bounced!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
-
DO NOT TELL ME WHAT TO DO WITH MY LIFE !
Certainty not, that's what wives are for.
veni bibi saltavi
-
hey guys,my name is joakim,but you can call me jocka.Anyway,so i have always wanted to know how many programming languages do i have to know in order to make an effective app,like lets say a game or a social media app,and is it possible to combine two different types of languages together?:confused:
Member 12502619 wrote:
how many programming languages do i have to know in order to make an effective app,like lets say a game or a social media app
Two different things, I'll pick the latter. Web front-end: Javascript HTML (not a language, but you have to know it) Web back-end: The blue pill: C# The red pill (poison): Python / Ruby / Javascript, et al. But more importantly, for both front and back ends, you are going to have to choose from a variety of frameworks. Almost always jQuery for the front end, plus whatever you want to do with making it look better than plain vanilla HTML controls. Then there's a variety of MVC frameworks to choose from, like Angular, Backbone, etc. On the back-end, you have the same nightmare. Do you roll your own web server, use ASP.NET, Razor, or if you chose the red pill, buy into the framework, like Django, Ruby on Rails, node.js, respectively. It's a mess. As to combining different types of languages together, sure, you can call C++ with C#, you can call C with Python/Ruby/Javascript extensions, if you want a desktop app that runs a web app, you can use CefSharp to write stuff in C# and talk to Javascript, and vice-versa. It's a mess. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
-
Because your cheque bounced!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
That's nothing. My reality check bounces every single day.... :(
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the time -
Certainty not, that's what wives are for.
veni bibi saltavi
-
Member 12502619 wrote:
how many programming languages do i have to know in order to make an effective app,like lets say a game or a social media app
Two different things, I'll pick the latter. Web front-end: Javascript HTML (not a language, but you have to know it) Web back-end: The blue pill: C# The red pill (poison): Python / Ruby / Javascript, et al. But more importantly, for both front and back ends, you are going to have to choose from a variety of frameworks. Almost always jQuery for the front end, plus whatever you want to do with making it look better than plain vanilla HTML controls. Then there's a variety of MVC frameworks to choose from, like Angular, Backbone, etc. On the back-end, you have the same nightmare. Do you roll your own web server, use ASP.NET, Razor, or if you chose the red pill, buy into the framework, like Django, Ruby on Rails, node.js, respectively. It's a mess. As to combining different types of languages together, sure, you can call C++ with C#, you can call C with Python/Ruby/Javascript extensions, if you want a desktop app that runs a web app, you can use CefSharp to write stuff in C# and talk to Javascript, and vice-versa. It's a mess. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
wow,well detailed,thanks man :-D
-
Learn what you need to complete the project. Every project is different. It's as much about your chosen framework as it is the language you choose. The chosen framework can be a factor in choosing the language. Conversely, the language you *prefer* will be a factor in choosing the appropriate framework. All of this will be dependent on the chosen platform (PC, Mac, Mobile, Web). Many times, at least ONE of those factors will be a requirement of the customer, possibly two, and most likely all three. Go forth, and code.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013 -
Member 12502619 wrote:
how many programming languages do i have to know in order to make an effective app,like lets say a game or a social media app
Two different things, I'll pick the latter. Web front-end: Javascript HTML (not a language, but you have to know it) Web back-end: The blue pill: C# The red pill (poison): Python / Ruby / Javascript, et al. But more importantly, for both front and back ends, you are going to have to choose from a variety of frameworks. Almost always jQuery for the front end, plus whatever you want to do with making it look better than plain vanilla HTML controls. Then there's a variety of MVC frameworks to choose from, like Angular, Backbone, etc. On the back-end, you have the same nightmare. Do you roll your own web server, use ASP.NET, Razor, or if you chose the red pill, buy into the framework, like Django, Ruby on Rails, node.js, respectively. It's a mess. As to combining different types of languages together, sure, you can call C++ with C#, you can call C with Python/Ruby/Javascript extensions, if you want a desktop app that runs a web app, you can use CefSharp to write stuff in C# and talk to Javascript, and vice-versa. It's a mess. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project! Learning to code with python is like learning to swim with those little arm floaties. It gives you undeserved confidence and will eventually drown you. - DangerBunny
Marc Clifton wrote:
The red pill (poison)
... but but ... it allows to escape the Matrix[^] !
-
thanks,i'll work on the steps you have provided
NOOOO, don't ! I was being sarcastic. Just read the answers provided by our eminent members below, and ignore my gullible contribution. :-D ;)
-
hey guys,my name is joakim,but you can call me jocka.Anyway,so i have always wanted to know how many programming languages do i have to know in order to make an effective app,like lets say a game or a social media app,and is it possible to combine two different types of languages together?:confused:
Compared to pure desktop development, web development is an ugly beast. If your main goal is to learn programming and not to develop some web app then I'd suggest to start with desktop development and then work your way from there.
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson
-
hey guys,my name is joakim,but you can call me jocka.Anyway,so i have always wanted to know how many programming languages do i have to know in order to make an effective app,like lets say a game or a social media app,and is it possible to combine two different types of languages together?:confused:
to be honest, you're VERY far from serious application development if you ask these type of questions. Of course, nothing prevents you from learning. There's much more to "programming" than you would think. my article[^] explains this to some extend. Rarely is a large application a one man job. Asking how many languages you need to know is irrelevant. You´ll need to understand the concepts, you'll need to build up experience and you'll need to learn how to design systems properly. And when you have all that knowledge and know-how, you'll need time to do it. So basically you'll need to learn to crawl before you walk. Start with hello world and move on to more difficult algorithms, IO systems, web services, database design, patterns, best practices. When you get more experienced the languages will come as needed: C#, C++, java, python, javascript and "secundary" languages like HTML, XML and SQL. (and more) You'll also learn the best tools to use for each of these. Grab a book, follow courses and get your hands dirty from basic towards advanced and things will become clear quickly. hope this helps.
V.
(MQOTD rules and previous solutions)
-
Doesn't matter much, I guess - I've got a distinct feeling that I've seen Jocka somewhere before... :doh:
Anything that is unrelated to elephants is irrelephant
Anonymous
-----
The problem with quotes on the internet is that you can never tell if they're genuine
Winston Churchill, 1944
-----
I'd just like a chance to prove that money can't make me happy.
Me, all the timehahahaha where? :-D