Prog Lang

23 Jan 2020 - Jake Na

Introduction

A peronsal study on programming lanaguage features such as procedual vs. declative, static typing vs. dyanamic typing, strong typing vs. weak typing, obejct-oriendted vs. functional programming and so on.

[Book] Languages mentioned in the book named “Seven Languages in Seven Weeks” authored by Bruce A. Tate

[Book] Land of Lisp - Learn to Program in Lisp, One game at a Time! authord by Conrad Barski

This book helps me to understand the basic concept of Lisp and details on Common Lisp (CLISP). It shows the power of Lisp language by taking an example of making a simple game.

[Video] Interested on Clojure CONJ 2019