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

Block or report imclerran

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
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:
Current project GitHub last commit CI status
🛠️ Favorite languages:
Roc Haskell Dart C Sharp
📚 I am learning:
Django Roc
🎮 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 applications. Browse and Search for new platforms and packages!

    Roc 10

  2. roc-isodate roc-isodate Public

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

    Roc 9 2

  3. roc-openrouter roc-openrouter Public

    Roc Package for the using the OpenRouter.ai API

    Roc 2

  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