User avatar
φ @fiore@shrimptest.bedwetting.club
Admin
she/her cybervampire
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
trans people are afraid of me (i bite )
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@phnt @nyanide @tyler @coolbean @rose it cant work tho , rustc is able to do certain optimizations because of the lack of abi . idont see anything wrong w doing c-abi stuff
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@coolbean itd be awful to get like 5g working
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@MalibuSunrise @rose the meme is justb dead ok its over pissthreads arent real
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@rose @MalibuSunrise thx for the thread guys !!
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@phnt @nyanide @tyler @coolbean @rose no , thats not a brainworm

how would u dynamically link a rust library ??? all the rust type system is compiled away when u build , so the only stuff youd keep is the c abi compatible stuff anyways . its ok to link that way
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@MalibuSunrise carbonators are a thing
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@rose the humble 200MB js bundle :
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@coolbean sorry..
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@phnt @nyanide @tyler @coolbean @rose imean thats just like rust . like , uc an dynamically link rust libs but only thru c abi
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@nyanide @tyler @phnt @coolbean @rose google needs to burn
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
go hellthread ..
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@phnt @nyanide @tyler @coolbean @rose does it have good c abi compatibility ?
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@nyanide @phnt @rose if u dont wanna handle an error , return a Result and let the error bubble up , explicitly
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@phnt @nyanide @rose if u use unwrap in production u are just writing bad code , and u can do that in any language
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@coolbean @nyanide @tyler @phnt @rose go is a backend language , its made for net services , its garbage collected u can not have a fuarrrking kernel in go
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@coolbean riscV phone
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@tyler @nyanide @phnt @rose where on earth woukd u think its a good idea yo use go as a systems language lmfao
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@rose @nyanide yea , or sincr all let statements are done thru pattern matching , u can just likr

if let Ok(x) = fallible_function() { do_stuff(x) }
User avatar
φ @fiore@shrimptest.bedwetting.club
1y
@nyanide @phnt @rose go error handling js bad but errors as values will ALWAYS be better and more comfy than exceptions to me