Ironclad doesn't like python (yahooo!)

Go to his new website IroncladDev , go to Q & A and scroll down

2 Likes

Never thought I’d say this but Ironclad is very cool. Anyone who shuns Python is aight with me.

4 Likes

… me: a 7 year python dev

1 Like

EWW PYTHON
Never mind that my highest ran project is in python

1 Like

so then what the frick is your preferred lang??? XD

1 Like

My preferred lang is more complicated and horrific than you can comprehend…

Kaboom.js

2 Likes

Why would you want an experimental, beta, nonofficial, and hobby maintained project as your fav lang???

1 Like

Because of the pure chaos which it brings. That and horrible documentation. In a nod to @CSharpIsGud, I’m a programming masochist.

1 Like

… ok then but python is still good XD

1 Like

W library frfr. JS is half decent with it.

3 Likes

I literally woke up at 12 PM today and wrote a C++ program while cussing out Python under my breath. Now I’m the leader of my friend group, spent 4 hours at the gym with no restoration period and am an official alpha male. L Python, W Kaboom. W² C++

3 Likes

The only reason JS exists is to provide a file extension for Kaboom.

2 Likes

kaboom isn’t really in beta, and it’s fun :smiley:

1 Like

BTW am I the only py dev you respect? XD

1 Like

Kaboom W (this edit will make qwerty look weird)

1 Like

It’s a library created by Replit, not a language.

2 Likes

Statistically speaking, I am wrong 99.9999919% of the time

1 Like

If you’re wrong 99.9999919% of the time, I’m wrong 101% XD

1 Like

I quickly test and debug stuff in Python, then transfer the performance-expensive code to Rust extensions—Python would be unbearably slow for many large projects without its extensibility, with many libraries written smoothly in C, C++, Rust etc. It’s a glue for lower-level language code.
I tried moving a discord bot to Rust entirely, but I gave up because of its compile times and how much storage the target folder grabbed—“Python → Python+Rust” was a better workflow.
Python is cool for its quick powerful one-liners where you don’t even need indents, what Ironclad hates. Recently that’s been the only thing I use it for.

2 Likes

I remember back when replit community was still barely average before they replaced talk with the quality project smashing format they have now. Back then posted worse junk than what usually gets to the top these days, mainly just ai or games that can be churned out in a day or two.
I had posted a fairly complete javascript interpreter.
What got more upvotes in the end was a python interpreter.
AKA print(eval(input()))

1 Like