Skip to content
Avatar

Sponsors

@ptrfrncsmrph

Achievements

Achievements

Organizations

@purescript
Block or Report

Block or report kritzcreek

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.

Report abuse

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

Report abuse

Pinned

  1. A strongly-typed language that compiles to JavaScript

    Haskell 7.6k 553

  2. pscid Public

    A lightweight, fast and unintrusive PureScript file-watcher

    PureScript 130 15

  3. Emacs integration for PureScript's psc-ide tool.

    Emacs Lisp 132 33

  4. fby19 Public

    Type inference from scratch - Material for my talk at F(by)19

    Haskell 44 5

  5. 1
    ## Kinds
    2
    In PureScript there are types of different _kinds_. Kinds are types for types. For example `Int` has kind `Type`, and we write it as `Int :: Type`. You can ask for the kind of a type in `purs psci`
    3
    
                  
    4
    ```haskell
    5
    > :k Int
  6. 1
    # Generating collections of random numbers in PureScript
    2
    
                  
    3
    A problem that I've seen beginners run into in Haskell or PureScript a couple of times now is how to generate a List of random numbers. It's a common requirement for little games (which make for great first projects) to generate these, and it definitely seems to be a stumbling block.
    4
    
                  
    5
    ## Why are random numbers hard?

899 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri
Activity overview
Contributed to dfinity/internet-identity, dfinity/vessel-package-set, dfinity/motoko and 5 other repositories

Contribution activity

March 2022

3 contributions in private repositories Mar 1

Seeing something unexpected? Take a look at the GitHub profile guide.