The Wayback Machine - http://web.archive.org/web/20220611181434/https://github.com/kRITZCREEK
Skip to content
Avatar

Sponsors

@ptrfrncsmrph

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.7k 557

  2. pscid Public

    A lightweight, fast and unintrusive PureScript file-watcher

    PureScript 130 16

  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 48 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?

632 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

June 2022

Created 1 commit in 1 repository
19 contributions in private repositories Jun 1 – Jun 9

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