12
alas
7y

Check out this font! Makes my code look way more futuristic!

Comments
  • 4
    from this code, rust looks like an overcomplicated haskell
  • 0
    @BindView I mean, sure. I've never tried to learn haskell, but examples look pretty indecipherable.

    You could rewrite it as:
    `
    fn or_then(self, f: FnOnce() -> Outcome) -> Outcome {
    match self {
    Success => Success,
    Failure => f(),
    }
    }
    `
  • 0
    FiraCode?
    Or maybe Iosevka the NodeJS generated font
Add Comment