Language EDC - /g/ (#106024444) [Archived: 16 hours ago]

Anonymous
7/25/2025, 10:17:43 PM No.106024444
C bash python numpy
C bash python numpy
md5: 40796259df8a669e309b1a9b2eb09cb2๐Ÿ”
What programming languages do you use literally every day? For me it's:
>C
Large, efficient programs that do everything exactly the way I want it
>bash
Anything with large amounts of filesystem stuff, full use of sed and awk and shit
>python
Scripts and small programs that just werk
>numpy
Distinct enough from normal python to mention. I use it to predict the stock market
Replies: >>106024487 >>106024584 >>106025213 >>106027176 >>106028392 >>106029342 >>106030769 >>106031001 >>106032160 >>106033652 >>106033835
Anonymous
7/25/2025, 10:19:29 PM No.106024487
C-aveman
C-aveman
md5: 432d720ac5931c5aa08191776ad4221b๐Ÿ”
>>106024444 (OP)
checked
>What programming languages do you use literally every day? For me it's:
C
>Large, efficient programs that do everything exactly the way I want it
C
>Anything with large amounts of filesystem stuff, full use of sed and awk and shit
C
>Scripts and small programs that just werk
bash
Anonymous
7/25/2025, 10:22:02 PM No.106024536
i've grown to love bash once you get over all the quirks. it's quick and easy. it really has endless functionality for systems scripting. i just wish it had better syntax error hints sometimes.
Anonymous
7/25/2025, 10:25:07 PM No.106024584
>>106024444 (OP)
bash, sed, awk, jq, c
Anonymous
7/25/2025, 10:25:09 PM No.106024585
Bash just integrates better with other linux command line tools.
Anonymous
7/25/2025, 10:28:15 PM No.106024644
OP's daily routine:
>wake up
>write large programs in C
>write bash and python scripts
>write novel stock market prediction algorithms with pure numpy
Replies: >>106024688 >>106025150
Anonymous
7/25/2025, 10:30:17 PM No.106024688
Screenshot from 2025-07-25 22-22-44
Screenshot from 2025-07-25 22-22-44
md5: 622600c575675ad8560cd350bebdbe16๐Ÿ”
>>106024644
i wouldnt mind
Replies: >>106028319
volvo_enjoyer240
7/25/2025, 10:32:52 PM No.106024737
I have found bash to be my favorite, mostly because its easy and is not that hard to learn/use
Anonymous
7/25/2025, 10:53:23 PM No.106025150
>>106024644
>novel stock market prediction algorithms
You donโ€™t need novel if it's long term investment. Thereโ€™s no particular market force counteracting that
Anonymous
7/25/2025, 10:56:05 PM No.106025213
prac_c_steve
prac_c_steve
md5: a5228b82e680bfaff304816203cc9ee7๐Ÿ”
>>106024444 (OP)
This. Really want to learn Cuda and Batch scripting.
Anonymous
7/26/2025, 12:55:43 AM No.106027176
>>106024444 (OP)
BASH is not a real programming language.
Replies: >>106028288
Anonymous
7/26/2025, 2:20:37 AM No.106028288
>>106027176
Define programming language
Anonymous
7/26/2025, 2:22:37 AM No.106028319
>>106024688
>what if we designed a programming language that spent all its time looking for 0 bytes just so it can have more buffer overflows?
Replies: >>106030597
Anonymous
7/26/2025, 2:28:39 AM No.106028392
>>106024444 (OP)
C for everything everywhere except recreationally on 8bit micros, for which I much prefer Forth or straight up assembly if I'm feeling spergy.
Anonymous
7/26/2025, 4:06:52 AM No.106029342
>>106024444 (OP)
Checked
>What programming languages do you use literally every day?
JS and python, shell like bash and awk sometime
Anonymous
7/26/2025, 5:16:48 AM No.106029900
Python for fun little scripts and exploration.
Swift also for fun. I really like protocols.
Odin when I want to try fun stuff with graphics.

At work, I suffer with Java and typescript.
Anonymous
7/26/2025, 6:15:23 AM No.106030409
Iโ€™m just a weird one I guess: Lua for most of the daily scripting
Anonymous
7/26/2025, 6:41:07 AM No.106030597
>>106028319
shoo tranny
Anonymous
7/26/2025, 7:10:06 AM No.106030769
IMG_4535
IMG_4535
md5: 00288f1b9de26baac93d1110158362b7๐Ÿ”
>>106024444 (OP)
chatGPT
Anonymous
7/26/2025, 7:27:33 AM No.106030906
I've never written a single line of code in my life. If I need something, I just hope some retard already has a github repo where I can steal the code from, and if not, I ask ChatGpt to do it for me.

I went from 60K to 125K in two years doing this.
Anonymous
7/26/2025, 7:41:03 AM No.106031001
>>106024444 (OP)
C for hobby coding.
And Python. Well, actually it's Gdscript but it's the same.
Anonymous
7/26/2025, 8:52:41 AM No.106031337
C for programs.
Python to test stuff.
Bash for scripts.
Tcl/Tk for GUI.
Anonymous
7/26/2025, 11:13:56 AM No.106032160
>>106024444 (OP)
>Perl
Anything less than 100-ish lines because I'm really quick on the draw with it. Various legacy web apps, too.

>Ruby
Whenever I need to mess with HTML/XML because nokogiri is neat.

>Python
Medium to large projects (mostly automation/talking to network enabled you-name-it) and GTK frontends, funnily enough.

>C
Rarely, because I hate waiting for compilers. Mostly whenever I need to fix bugs or deliberate sabotage (s/main/master/ comes to mind).

>Shell
Mostly myriads of little helpers in ~/bin. Usually shortish because shell scripts quickly grow unmaintainable beyond 20 lines.
Anonymous
7/26/2025, 3:20:02 PM No.106033652
>>106024444 (OP)
>Large, efficient programs that do everything exactly the way I want it
C
>Anything with large amounts of filesystem stuff, full use of sed and awk and shit
perl
>Scripts and small programs that just werk
perl
Anonymous
7/26/2025, 3:50:34 PM No.106033835
>>106024444 (OP)
> What programming languages do you use literally every day? For me it's:
python
> Anything with large amounts of filesystem stuff, full use of sed and awk and shit
es shell
> Scripts and small programs that just werk
python, lua
> Distinct enough from normal python to mention. I use it to predict the stock market
not for stocks specifically but julia is 10 times better in AI/ML to write algorithms