Jim Lynch Codes
  • Blog
  • About Jim

Writings about one coder's stories & experiences.

Loading Loose Clojure & ClojureScript Files From A REPL

12/7/2017

0 Comments

 
The beauty of Clojure's non-OOP style is that the functions are not tied to some blueprint that needs to be instantiated. Instead, once they are included, required, or loaded, etc. the functions are just there, able to be called  at some later point in the code. Because of this, Idiomatic Clojure lends itself well to functions that are pure and can be called in complete isolation. It should be noted that load-file works for both Clojure and ClojureScript!  

Read More
0 Comments

A Brief Guide To ClojureScript REPLs & Namespaces

11/23/2017

0 Comments

 
Today is Thanksgiving, and as we close out 2017 currently especially thankful for all of these great programming languages and tools that have been created and shared. It is really incredible that anyone with (admin) access to a computer can get started with any programming language literally right now. It's just a google away. ;) Anyway, since you've come to this post I'll assume you're interested in using ClojureScript, and I won't have to bore you with how amazingly awesome and mind-expanding learning ClojureScript is because of how data-focused and simple your code becomes without the overhead of modern OOP imperative syntax. So, hold onto your keyboards because in this post I'll show you that it's not hard at all to get started with ClojureScript! 

Read More
0 Comments

Nice Docker Intro Video by Jake Wright

10/8/2017

0 Comments

 
If you are new to Docker or want a refresher on the key concepts of Docker, Jake Wright has a great video on youtube going over the topic called "Learn Docker in 12 Minutes".

Read More
0 Comments

Installing MinGW

9/19/2017

0 Comments

 
At my most recent workplace they sadistically force everyone to use Windows 7. Being used to normal Unix command shells that one might find on Linux or MacOS machines, I was not happy about having to use cmd. However, I discovered MinGW, a program gives you BASH commands right in cmd! Although it's not 100% perfect, it definitely gets the job done and makes working with the command line in Windows a lot more comfortable and familiar. This is a short guide on setting it up.

Read More
0 Comments

Enabling "New Terminal at Folder" on Mac OS

3/27/2017

0 Comments

 
I love working in the command line because you just feel like you have so much raw power at your fingertips. While the nice GUI windows and popups are the cute and approachable face of your machine, the command shell the backdoor into your computer's soul. I use terminal (the default command shell on Mac computers) quite a lot, and I'm often flipping back and forth between the terminal and other programs; sometimes between terminal and the default directory viewer, ​Finder. This post is about making that flippage easier.

Read More
0 Comments
<<Previous
Forward>>

    ​Author

    Picture
    The posts on this site are written and maintained by Jim Lynch. About Jim...
    Picture
    Follow @JimLynchCodes
    Follow @JimLynchCodes

    Categories

    All
    Actionscript 3
    Angular
    AngularJS
    Automated Testing
    AWS Lambda
    Behavior Driven Development
    Blockchain
    Blogging
    Business Building
    C#
    C / C++
    ClojureScript / Clojure
    Coding
    Community Service
    CS Philosophy
    Css / Scss
    Dev Ops
    Firebase
    Fitness
    Flash
    Front End
    Functional Programming
    Git
    Go Lang
    Haskell
    Illustrations
    Investing
    Java
    Javascript
    Lean
    Life
    Linux
    Logic Pro
    Music
    Node.js
    Planning
    Productivity
    Professionalism
    Python
    React
    Redux / Ngrx
    Refactoring
    Reusable Components
    Rust
    Security
    Serverless
    Shell Scripting
    Swift
    Test Driven Development
    Things
    TypeScript
    Useful Sites
    Useful Tools
    Video
    Website Development
    WebStorm
    Writing

    Archives

    March 2023
    August 2021
    February 2021
    January 2021
    October 2020
    September 2020
    May 2020
    April 2020
    February 2020
    January 2020
    December 2019
    October 2019
    September 2019
    August 2019
    July 2019
    June 2019
    May 2019
    April 2019
    March 2019
    February 2019
    January 2019
    December 2018
    November 2018
    October 2018
    September 2018
    August 2018
    June 2018
    May 2018
    April 2018
    March 2018
    February 2018
    January 2018
    December 2017
    November 2017
    October 2017
    September 2017
    August 2017
    July 2017
    May 2017
    April 2017
    March 2017
    February 2017
    January 2017
    December 2016
    November 2016
    October 2016
    September 2016
    August 2016
    July 2016
    June 2016
    May 2016
    April 2016
    March 2016
    February 2016
    January 2016
    December 2015
    November 2015
    October 2015

    RSS Feed

  • Blog
  • About Jim
JimLynchCodes © 2023