Skip to content
View Un3qual's full-sized avatar

Highlights

  • Pro

Block or report Un3qual

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Un3qual/README.md

Hi, I'm Ryan, and here's some of my work

Released

Find places with beautiful views near you, and share your favorites. 400,000+ downloads on the App Store.

A functional programming language for devs that want to get work done, not learn category theory. Written in Haskell, bootstrapping in progress.

Syntax example
factorial :: Int -> Int.
factorial =
  \|(0) -> 1
   |(n) -> n * factorial (n - 1).
factorial 6.

Use incrementing base36 class names for StyleX to decrease CSS size.

In Progress

Compare and filter products using every spec or stat available, and compare prices across sites.

Rust music analysis tool to generate markers and cue points for light show design software

Pinned Loading

  1. jazz jazz Public

    A functional programming language for devs that want to get work done, not learn category theory.

    Haskell 1

  2. stylex-mangle-classnames stylex-mangle-classnames Public

    Shorten generated StyleX atomic class names in Vite builds.

    TypeScript 1