beeb@lemm.eetoRust@programming.dev•My frustrations with Rust. Why is this the most loved language?
31·
24 days agoLiterally copy pasted from a random repo as an illustration
Literally copy pasted from a random repo as an illustration
OP: “typescript is easy and rust is ugly”
Typescript :
export type PayloadActionCreator<
P = void,
T extends string = string,
PA extends PrepareAction<P> | void = void
> = IfPrepareActionMethodProvided<
PA,
_ActionCreatorWithPreparedPayload<PA, T>,
// else
IsAny<
P,
ActionCreatorWithPayload<any, T>,
IsUnknownOrNonInferrable<
P,
ActionCreatorWithNonInferrablePayload<T>,
// else
IfVoid<
P,
ActionCreatorWithoutPayload<T>,
// else
IfMaybeUndefined<
P,
ActionCreatorWithOptionalPayload<P, T>,
// else
ActionCreatorWithPayload<P, T>
>
>
>
>
>
Started contributing to https://github.com/mario-eth/soldeer , mainly refactoring but also helping with new features.
With 4 fingers tho
This is not rust :D Nothing will save typescript
Reimplements in C
Segmentation fault (core dumped)
an SQLite database
Genius! Why bother importing and exporting
I was pleasantly surprised to find a tauri app in the wild at my work. Our time tracking software uses it, at least for the Linux version.
Have you heard of our lord and saviour nixOS?
Where the helix people at?! 🦀
That was my point exactly :) glad you got it