Skip to content
View imclerran's full-sized avatar
🚀
🚀

Block or report imclerran

Report abuse

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

Report abuse
imclerran/README.md

My name is Ian McLerran, and I'm glad you're here!

{-- Welcome to my GitHub page. Feel free to browse around, and fork too if ya like! --} main :: IO () main = putStrLn (hello "World") hello :: [Char] -> [Char] hello who = flip (++) who (foldr (:) [head (reverse (take 5 ['$','#'..]))] ((foldr (:) (take 2 (repeat 'l') ++ filter (> 'n') (take 3 ['m'..])) (flip (:) [[' '..] !! 69] (head (drop 7 (take 8 ['A'..'Z']))))) ++ [(last (take 3 ['*'..]))]))

💻 I'm currently working on:
roc-start Last commit
🛠️ Favorite languages:
Roc Haskell Dart C Sharp
📚 I am learning:
Node.js Express Sequelize
🎮 Having fun with:
Steam Deck

GitHub Streak Top Langs

{-- Thanks for stopping by! Check out my resume below: --}

My Resume

Pinned Loading

  1. roc-start roc-start Public

    A CLI tool to initialize new roc projects and add or update dependencies for existing projects.

    Roc 20

  2. roc-isodate roc-isodate Public

    A Roc package for parsing ISO Date/Time strings. 📆⏰📦

    Roc 11 5

  3. roc-ai roc-ai Public

    Roc Package for building with LLMs.

    Roc 5

  4. MTX-OS MTX-OS Public

    A UNIX/Linux like operating system based on K.C. Wang's MTX

    C 10 4

  5. IFMXSheets IFMXSheets Public

    Spreadsheet application developed for CptS 321 at Washington State University

    C#

  6. Simple-PostScript-Interpreter Simple-PostScript-Interpreter Public

    SPSI is a python based interpreter for Simplified PostScript (SPS).

    Python