Browse Source

Updated README.md

Simon Watson 1 year ago
parent
commit
9b868f400d
2 changed files with 19 additions and 13 deletions
  1. 19 1
      README.md
  2. 0 12
      fin-lisp.lisp

+ 19 - 1
README.md

@@ -1,3 +1,21 @@
 # fin-lisp
 
-WIP at rewriting my finance tracker software in Lisp
+WIP at rewriting my finance tracker software in Lisp.
+
+This is a pretty bespoke program and is not really intended for public consumption.
+
+This is mainly a platform I use for learning more Common Lisp stuff. The original
+Perl version of this program had a huge swath of features I am slowly reimplementing
+in this version.
+
+- Features
+ - Import records from old .txt format
+ - Interactive prompt to manage expenses
+ - Generic expense handling
+ - Encryption/decryption of old records
+ - Upload/download support like perl version
+
+- TODO
+ - Non interactive CLI Interface
+ - Clean up messy/inefficient stuff
+ - More robust error reporting

+ 0 - 12
fin-lisp.lisp

@@ -5,18 +5,6 @@
 (ql:quickload "ironclad")
 (ql:quickload "dexador")
 
-;;; Features
-;;; - Import records from old .txt format
-;;;   - Removed as I'll never use it again
-;;;     - Added in again to retest some things
-;;; - Interactive prompt to manage expenses
-;;; - Generic expense handling
-;;; - Encryption/decryption of old records
-;;; - Upload/download support like perl version
-;;; TODO
-;;; - Non interactive CLI Interface
-
-;;;; Reimplementation of my bills tracker in Lisp
 
 ;;; All records exist in this data structure
 ;;; nil on start and loaded in from file