Skip to content
View lambdageek's full-sized avatar
πŸͺ£
πŸͺ£

Sponsoring

@tarsius

Organizations

@mono @xamarin @microsoft @dotnet
Block or Report

Block or report lambdageek

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
lambdageek/README.md

Hi there πŸ‘‹

<img src="under_construction.gif" width="640px"/>
<marquee>Welcome to my GeoCities!</marquee>
flowchart LR
  w("β˜•") --> eb("πŸ₯“")
  eb --> wc("πŸ’»") 
  wc --> eb2("πŸ₯“πŸ₯“")
  eb2 --> s("😴")
  s --> w

🏚️ πŸ“ 

Pinned

  1. dotnet/runtime dotnet/runtime Public

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

    C# 14.1k 4.4k

  2. dotnet/hotreload-utils dotnet/hotreload-utils Public

    Utilities for .NET hot reload

    PowerShell 36 16

  3. monovm-embed-sample monovm-embed-sample Public

    Example showing how to embed .NET 6 MonoVM in a native C application

    Makefile 20 5

  4. mono/mono mono/mono Public

    Mono open source ECMA CLI, C# and .NET implementation.

    C# 10.8k 3.8k

  5. unbound-generics unbound-generics Public

    Specify variable binding in syntax trees using GHC.Generics (reimplementation of Unbound)

    Haskell 55 17

  6. The gist of ML modules The gist of ML modules
    1
    {-#
    2
      LANGUAGE
    3
        DeriveGeneric, DeriveDataTypeable,
    4
        MultiParamTypeClasses,
    5
        ViewPatterns