Skip to content
View imclerran's full-sized avatar
๐Ÿš€
๐Ÿš€
Block or Report

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 7

  2. roc-isodate roc-isodate Public

    A Roc package for parsing ISO Date/Time strings. ๐Ÿ“† โฐ ๐Ÿ“ฆ

    Roc 6

  3. MTX-OS MTX-OS Public

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

    C 10 4

  4. IFMXSheets IFMXSheets Public

    Spreadsheet application developed for CptS 321 at Washington State University

    C#

  5. Simple-PostScript-Interpreter Simple-PostScript-Interpreter Public

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

    Python

  6. iKaizen iKaizen Public

    This app is intended to make the process of problem solving through Kaizen easy and accessible to anyone, by creating a step by step process for writing, reading, and editing Kaizen.

    Java