Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
azuredivay1086361doh and ofc exceptions/"throwing" doesnt exist
it tries to return a false, thats all it can do
if this house-of-cards module doesnt somehow fumble mid-way in their pipeline -
retoor11061360dOmg. Would've been totally my dream job. I write languages for fun. Arrays are hard to implement with garbage collection and such
-
azuredivay1086360d@retoor if I had to implement this pseudo-language, I'd have fun as well (maybe)
But im not the implementer, Im the end-user, hence the hell-scape -
retoor11061360d@azuredivay why they didn't choose Lua? Lua kinda destroyed my implementional language dream. It's perfect. In sake of implementation it even kills python
-
azuredivay1086357d@retoor probably to add on to their 'proprietary' points -.- they can charge extra for it and for support after all
I personally had to raise like 10 tickets over the last 2 months for "feature additions" to their "language"
the language/modules arent versioned either, so if they change things on their side without telling us, our implementation breaks, so company pays for "forever-support" lol
Related Rants
-
franga200029These guys were studying for a Java exam...from PRINTED OUT PHONE PICTURES OF CODE ON THEIR SCREENS
-
stov12I had to go help marketing with a website UI issue today: Me: What version of IE are you using? Her: Oh my go...
-
CookieMonster16Train conversation between 3 girls: A: "Oh, I've got 4G.. " B: "What, we have 4G!?" C: "OMG I HATE 4G!" A: "Y...
Ive been working on pseudo-Java (ie some 3rd company's UNDOCUMENTED programming language) that they parse into Java in their backend
It doesnt even support if-else (only ifs and elses) or a boolean combination of False and OR together lmao
mainly a GRPC middleware-language
Given its lack of features (arrays/collections) or documentation, I just had to implement a flag-array using a 0-1 string
Im throwing exceptions unless combined strings equal Lengths and is only 1s
living like in 80s-90s 💀
rant
kill me