The Wayback Machine - https://web.archive.org/web/20201215232729/https://github.com/scolsen
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Lazy computations for Carp

    C 3

  2. Typeclasses for the Carp programing language.

    5

  3. Generic folds for Carp

    4

  4. Forked from carpentry-org/dimensions

    Generic utilities for working with dimensional containers.

917 contributions in the last year

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

Contribution activity

December 2020

Created a pull request in carp-lang/Carp that received 7 comments

fix: Handle unit members correctly in array templates

Units may be used as members in arrays just like any other type, however, the array templates (which are specific to arrays) hadn't been updated to…

+291 −161 7 comments
Reviewed 4 pull requests in 2 repositories

Created an issue in carp-lang/Carp that received 2 comments

Symbol.prefix performs lookup on its arguments

The following code won't work as expected: (defndynamic foo [car] (Symbol.prefix car 'foo) 鲤 (foo 'x) Can’t call `prefix` with (command Dynamic.car…

2 comments
You can’t perform that action at this time.