Patrick A Phillips

Results 2 comments of Patrick A Phillips

Just putting this here for the sake of understand: **The Input Gleam** ``` import gleam/io pub type Basic { Basic(field_one: String, field_two: Int) } pub fn main() { io.println("Hello from...

I don't believe in "safe" dotnet you can access things on a bit by bit basis, the smallest unit is the byte. Sample Gleam ``` pub fn main() { io.println("Hello...