GithubHelp home page GithubHelp logo

library-weasel's Introduction

Library Weasel

A REPL for working with Library Data.

Library Weasel is a batteries included Scala application that attempts to provide support for working with formats and standards used in libraries or related areas. This project's goal is to go beyond simply wrapping Java libraries with a Scala api (in fact this project uses some of those) but instead focus on integrating those libraries with a shared api and provide commonly needed functionality.

Included Features

Why Scala? / Why the JVM?

Scala has a bit of a reputation for being challenging to learn, and I think there is some truth to that. However I feel most of that difficulty comes from working on large applications and from learning how to use pure functional libraries like Cats. When it comes to running small scripts, I feel that Scala code looks very similar to many modern programming languages.

The JVM has a large number of software libraries available including many relevant to librarians. Its dynamic runtime also makes it a good fit for an extensible tool like a REPL.

How to Use Library Weasel

Library Weasel is still a very new project so, until I start making releases you will need a local development environment. This includes having a recent JDK that can be downloaded from https://adoptium.net/. And also the SBT build tool https://www.scala-sbt.org/.

Once you have those installed the basic commands to work with this project are:

sbt test - run all the tests sbt run - run the application

You can also just enter sbt to start the sbt shell. If you do that then you just need to type test or run.

Common Tasks

Opening a MARC File

Writing a MARC File

Some History

library-weasel's People

Contributors

almibe avatar

Watchers

 avatar  avatar  avatar

library-weasel's Issues

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.