Thread with 11 posts

jump to expanded post

what the hell, the gleam โ€œcheatsheetsโ€ claim gleam does not have โ€œlogicalโ€ && or ||, only โ€œbooleanโ€ && and ||. what does that mean? no short-circuiting? it seems like it short-circuits to me. also wait does this language not have bitwise operators??? why

Open thread at this post

anyway gleam seems pretty cute, and this word feels fitting? it's trying to be small-ish and โ€œfriendlyโ€. in its syntax, static typing and algebraic datatypes, it's like rust, but otherwise it feels like a simplified haskell: immutable data only, linked lists, no typeclasses

Open thread at this post