RE: syntaxwise, what is the best programming language?
08-17-2016, 01:26 PM
this is what the maps look like
Poll: syntaxwise, what is the best programming language? You do not have permission to vote in this poll. |
|||
python | 6 | 28.57% | |
i don't know any languages | 5 | 23.81% | |
{i; {have; {a; {blatantly; {wrong; {opinion;}}}}}} | 10 | 47.62% | |
Total | 21 vote(s) | 100% |
* You voted for this item. | [Show Results] |
syntaxwise, what is the best programming language?
|
RE: syntaxwise, what is the best programming language?
08-17-2016, 01:26 PM
this is what the maps look like
RE: syntaxwise, what is the best programming language?
08-17-2016, 01:28 PM
i first made one that made tiny islands from noise but ehhhhhH
it looked kinda crap
RE: syntaxwise, what is the best programming language?
08-17-2016, 01:30 PM
I really like that first one!
Such a good programm.
Sig:
RE: syntaxwise, what is the best programming language?
08-17-2016, 01:31 PM
thank youu
it works by scribbling a bunch basically (but never drawing over the same spot)
RE: syntaxwise, what is the best programming language?
08-17-2016, 03:17 PM
I (a lot (like lisp))
RE: syntaxwise, what is the best programming language?
08-17-2016, 06:40 PM
Here is a complete list of things you can't do in Python with enough effort (which is usually very little):
RE: syntaxwise, what is the best programming language?
08-17-2016, 06:44 PM
(08-17-2016, 01:23 PM)Loather Wrote: »heres a map generator i made in python, please judge softlyWait, in Python function decs have colons instead of curly brackets? Weeeeeiiiirrrrd....
RE: syntaxwise, what is the best programming language?
08-17-2016, 06:52 PM
(08-17-2016, 06:40 PM)Kíeros Wrote: »Here is a complete list of things you can't do in Python with enough effort (which is usually very little): Challenge: construct a Python program that determines whether a program will run into an infinite loop or not.
RE: syntaxwise, what is the best programming language?
08-17-2016, 06:55 PM
(This post was last modified: 08-17-2016, 06:55 PM by Kíeros.)
Okay, a complete list of things you can't do in Python with enough effort (which is usually very little) that you can actually write a program to do.
RE: syntaxwise, what is the best programming language?
08-17-2016, 09:16 PM
i voted python because reptiles
but for real assembly is the best B) B)
RE: syntaxwise, what is the best programming language?
08-17-2016, 09:30 PM
(This post was last modified: 08-17-2016, 09:30 PM by Kíeros.)
(08-17-2016, 06:52 PM)qwerx3 Wrote: »Challenge: construct a Python program that determines whether a program will run into an infinite loop or not.Actually, I just realised this is doable, because you forgot one key part of the halting problem. You never said this program couldn't run infinitely either. So I'm pretty sure something like this would work: Code: check=exec([other program])
RE: syntaxwise, what is the best programming language?
08-17-2016, 10:06 PM
python doesn't have pointers, so there are legitimately things you can't do at all
and while you can do a lot, large programs written in python can run pretty slow compared to large programs written in other languages. like you could write a full 3d game engine in python, but it'd run like a slideshow (though some games use it, just not for the engine)
RE: syntaxwise, what is the best programming language?
08-17-2016, 10:20 PM
Well, I mean, you can simulate pointers if you REALLY wanted to
but then you really should just use C++
RE: syntaxwise, what is the best programming language?
08-19-2016, 12:45 AM
I am trying to learn Haskell.
So there.
RE: syntaxwise, what is the best programming language?
08-19-2016, 02:54 AM
I programmed in ANSI C using MinGW on Windows for a while.
Then I experienced firsthand why this wasn't the best idea.
Bingogogo
05-04-2018, 01:12 PM
Programming is fun. I programmed a really simple Gashapon machine for my brother's story in html/javascript vaguely recently, but I really need to get back to it.
I took a course that taught me java (java) last year, which I won the award for. I programmed a Binding of Isaac-esqe game for my final that was pretty fun to make. It was very simple.
Sig:
RE: syntaxwise, what is the best programming language?
05-08-2018, 04:28 AM
i should probably mention that i haven't really coded in anything but python (+ game dev engines) for the last two years, so, you win this time, loather.
|
« Next Oldest | Next Newest »
|