Giter VIP home page Giter VIP logo

cl-bible's Introduction

CL-Bible

Update: My focus will mainly be on Clojure Bible Library.

A script written in common lisp for accessing information about the KJV bible.

My intention was to create a tool for me to study bible verses and to practice Common Lisp with more focus on the later.

So far what you can do with is limited, but if you’re intersted to see what the intended v1 will look like then read the TODO section.

Install

Git

$ git clone <repo>

Loading via Slime/Sly

CL-USER> (asdf:load-asd "/absolute/path/to/cl-bible.asd")
         (asdf:load-system :cl-bible)

Run

Preliminary

The first thing recommended is to run the commands below in the REPL, these commands are self-explanitory and are needed to continue.

CL-USER> (SAVE-BIBLE-DATA)   ;#> Saves the bible data as needed
         (UPDATE-BOOKS-LIST) ;#> Updates the list of books based on data in cache

Main Commands

These main commands are intended to return plaintext data for human readability. These will be another set of commands that return the data in list format for the use of other Lisp programs to be able to read.

(PRINT-ALL-BOOKS) ;#> Prints all the books of the bible in sequential order
(SEARCH-BOOKS book) ;#> TODO Will search for books matching the name and return verse data
(SEARCH-VERSES book verse) ;#> TODO Search for verses based on colon formatted
(SEARCH-KEYWORDS keyword) ;#> TODO Keyword search for verses based on keywords
(SEARCH-BIBLE string) ;#> TODO Searches all of the bible for keywords or books that match and returns relevant data

These are still a work in progress

Dependencies

Todo

  • Be able to download other formatted books
  • Print verses in REPL properly with navigation
  • Search passages based on various methods
    • verse “code”
    • book name
    • String search
  • Get information from verses based on seperate file
  • Seperate some functions into seperate files
  • Create another version that works on CLI via Roswell
  • Be able to import other books such as the apocrypha
  • Include the bible data file within the project

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.