Skip to content
View tail-call's full-sized avatar
๐Ÿš
Conch
๐Ÿš
Conch
Block or Report

Block or report tail-call

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
tail-call/README.md

โ™ซฮป โ€ข ๐ ๐ข๐ญ๐ก๐ฎ๐›.๐œ๐จ๐ฆ/๐ญ๐š๐ข๐ฅ-๐œ๐š๐ฅ๐ฅ โ€ข ๐“Œ โ€ข

struct Maria: SoftwareDeveloper, FanOfClosures, NewAgeNeoHippie {
  let editor = "nvim"

  let favoriteProgrammingLanguages = [
    "Scheme",
    "Lua",
    "Swift",
    "TypeScript",
  ]

  let hobbies = [
    "composing music",
    "singing",
    "poetry",
  ]

  func likes(os: OS) -> Bool {
    os != .windows
  }
}

ใ€ป gists ๏ธ™ itch.ioโ€‚๐’‘ฑ

โฆฟโ€‰โ—€

Useful links

Apps I like (macOS only)

Links to some blogs I guess

Pinned

  1. machine-learning-roadmap machine-learning-roadmap Public

    Forked from mrdbourke/machine-learning-roadmap

    A roadmap connecting many of the most important concepts in machine learning, how to learn them and what tools to use to perform them.

  2. UIImage noise animation generator UIImage noise animation generator
    1
    import UIKit
    2
    
                  
    3
    public extension UIImage {
    4
        static var noiseAnimation: UIImage = {
    5
            makeNoiseAnimation(
  3. mandelbrot-set mandelbrot-set Public

    A pretty Mandelbrot set visualization in TypeScript. Not to be confused with mandelbrot-get.

    TypeScript

  4. generic-methods generic-methods Public

    Generic methods library for JS. I made this one just to have something published on NPM.

    JavaScript

  5. TypeCase.lua TypeCase.lua
    1
    --- Control flow functions
    2
    
                  
    3
    local function TypeCase(obj, fallthroughHandler)
    4
      return function (args)
    5
        for i = 1, #args, 2 do
  6. Animal Crossing villagers, grabbed f... Animal Crossing villagers, grabbed from nookipedia.com. I claim no copyright on this!
    1
    [
    2
       {
    3
          "name" : "Ace",
    4
          "gender" : "male",
    5
          "image" : "https://dodo.ac/np/images/thumb/4/4f/Ace_PG.png/30px-Ace_PG.png",