[ / / / / / / / / / / / / / ] [ dir / random / cow / girltalk / hydrus / islam / kpop / nofap / random / ytc ][Options][ watchlist ]

/tech/ - Technology

Freedom Isn't Free
You can now write text to your AI-generated image at https://aiproto.com It is currently free to use for Proto members.
Email
Comment *
File
Select/drop/paste files here
Password (Randomized for file and post deletion; you may also set your own.)
Archive
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Expand all images

[–]

 No.1075313>>1075342 >>1075390 >>1075511 >>1075559 [Watch Thread][Show All Posts]

Should I use Python or something else for a general purpose language?

____________________________
Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075315 >>1075316

You should use /g/ for general purpose posting

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075316 >>1075390

>>1075315

Shoot yourself please

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075317

Rust

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075342

>>1075313 (OP)

Yeah, python is alright for small scripts and nigger-tier software

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075345

C++, Java, or Python. Anything else is a meme answer.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075350 >>1075460

What you can't do in bash, use python.

What you can't do in python, use C.

What you can't do in C, doesn't exist.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075390

>>1075313 (OP)

Even you can larp as a white man if you use HolyC.

>>1075316

but she is right, you know

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075394

>Should I use Python

gay.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075441 >>1075459

Tcl > Scheme > Lua > Perl 5 > Python

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075445

D is the best general purpose language.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075448 >>1075456

I use Ebonics as my coding language.

nigga:// sheeeiiit

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075456

>>1075448

yo! (shieeeeeeet) den du:

Eat(watermelon)

otha yo! (shieeeeeeet == childsupport)

Eat(chicken)

otha!

holla("I dindunuffin!")

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075458

Ada all day nigga.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075459 >>1075485 >>1075512

>>1075441

I need to give TCL another honest look.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075460

>>1075350

>What you can't do in C, use rust.*

ftfy

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075477

Node.js

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075485 >>1075523

>>1075459

Ahh now I remember why TCL pissed me off, it was their handling of arrays. I'll still look into it again, but I think it'll be hard for me to use it in place of scheme, if I'm given the choice.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075488

Owl Lisp. It's just a purely functional scheme. Can be used as an interpreted language or you can compile it whihc is neat.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075511

>>1075313 (OP)

Lisp. Everything else can't compare.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075512 >>1075516 >>1075556

>>1075459

i only know something about a tcl thats used in the eggdrop irc bots. its so simple that even a brainlet like me can understand how it works. anything else is literally magic to me.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075516 >>1075556

File (hide): 2dceb031502b335⋯.jpg (111.67 KB, 901x1107, 901:1107, fun.jpg) (h) (u)

>>1075512

That's pretty much how I got into Tcl (a tiny bit). Except it wasn't eggdrop, but some really ancient thing that got loaded in ircII client. That was kinda fun, I should try to find it again.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075523 >>1075556

>>1075485

This indeed takes some time to ignore but the pros are just too good. Most dynamic language, VERY good syntax and elegant minimal grammar, uplevel allows you to implement flow control structure like `for` or `while`, upvar is a cool alternative to the reference/pointer shitshow, you get fucking MANPAGES for every function, like C.

Also, writing extensions in any language is very easy; can even embed C code with critcl.

There's a LLVM based compiler in the works too.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075556

>>1075512

>>1075516

My experience has only been through Xilinx's Vivado software, but manly as just a CLI to pre-written routines.

>>1075523

I'll definitely write something in it over the weekend. Seeing all the HackerNews soys gushing over the failure of Tcl and the success of Python and Javascript only strengths my rationale.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075558

*strengthens

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075559 >>1075721

>>1075313 (OP)

Python is OK for when performance doesn't matter, i.e. a script you run once from time to time. Python is also good for throwing together something quick to try out ideas, but usually what happens then is that the Python program grows and grows and never gets rewritten in something proper.

Python's two strengths are that its syntax is basically executable pseudocode, and it's enourmous collection of libraries. It's a good place to start, just don't become one of those people who think that everything needs to be written in Python.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075581 >>1075590 >>1075820

What's the most redpilled portfolio of programming langauges?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075590

>>1075581

HolyC.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075721

>>1075559

At this point, is it worth to still get into Python 2.7 to any extent, or just ignore it and focus exclusively on 3.x?

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1075820

>>1075581

Rust, Haskell and MIPS assembly

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.

 No.1085704

>>1063429

Get raped twice and kill yourself, you retarded fucking tranny faggot sack of nigger shit with down syndrome.

Disclaimer: this post and the subject matter and contents thereof - text, media, or otherwise - do not necessarily reflect the views of the 8kun administration.



[Return][Go to top][Catalog][Screencap][Nerve Center][Random][Update] ( Scroll to new posts) ( Auto) 5
30 replies | 1 images | Page ?
[Post a Reply]
[ / / / / / / / / / / / / / ] [ dir / random / cow / girltalk / hydrus / islam / kpop / nofap / random / ytc ][ watchlist ]