scala-library

Open-source projects categorized as scala-library
Language: + Scala + Python

Top 14 scala-library Open-Source Projects

  • scala

    Scala 2 compiler and standard library. Bugs at https://github.com/scala/bug; Scala 3 at https://github.com/scala/scala3

    Project mention: Groovy 🎷 Cheat Sheet - 01 Say "Hello" from Groovy | dev.to | 2024-03-07

    Recently I had to revisit the "JVM languages universe" again. Yes, language(s), plural! Java isn't the only language that uses the JVM. I previously used Scala, which is a JVM language, to use Apache Spark for Data Engineering workloads, but this is for another post 😉.

  • awesome-scala

    A community driven list of useful Scala libraries, frameworks and software.

    Project mention: I had a great experience with Scala and hopefully it will get more popular | /r/scala | 2023-07-11

    last, resources :) if you are still missing something, try looking on the Scaladex or Scala list of awesome which also links to lot of learning material

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • PureConfig

    A boilerplate-free library for loading configuration files

  • Chimney

    Scala library for boilerplate-free, type-safe data transformations

    Project mention: Chimney 0.8.0 (stable) released | /r/scala | 2023-10-13
  • Dispatch

    Scala wrapper for the Java AsyncHttpClient.

  • DynaML

    Scala Library/REPL for Machine Learning Research

  • scala-game-library

    Scala library for cross-platform 2D game development

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • scalanative-graphics-bindings

    OpenGL and SDL2 bindings for Scala Native

  • Emil

    Emil is a library for dealing with E-Mail in Scala.

  • GridScale

    Scala library for accessing various file, batch systems, job schedulers and grid middlewares.

  • lamp

    deep learning and scientific computing framework with native CPU and GPU backend for the Scala programming language (by pityka)

    Project mention: Also reconnecting with Scala. Interested in LLMs | /r/scala | 2023-05-30
  • pos

    Macro based print debugging for Scala code. Locates debug statements in your IDE. Supports logging. (by JohnReedLOL)

    Project mention: Someone please help me understand Git | /r/learnprogramming | 2023-05-29

    Make the changes to the code you just cloned in your computer. If you already have changes, you can copy-paste them into this local project whose code is being tracked by git. Then, using the GitHub terminal for Windows or the Linux/Mac terminal with the git command line command installed, from the directory of the repository you cloned (so for this example it would be ~/Home/code/pos because the name of my project is "pos") run git status to see the list of files you modified in this project. Then run git add . (with a period in the command) to add all the modified files or git add file.py to add say a file named file.py that you modified. Then run the command git commit -m "I modified the file file.py" or whatever you want to be the message documenting what change you made to your project (the -m flag specifies the commit message). A git commit is like a save point in a videogame, if you mess up you can always go back to it, reverting all your code to that point. Finally, do git push origin master to push your changes from your local git repository to the one in GitHub (in this command master refers to the name of the branch in the git repository, the master branch, and origin refers to the origin of where you got the code from, in this example it is https://github.com/JohnReedLOL/pos . A branch in git is like a version of your code and the master branch is the main version. If someone is working on version 2.0 they might make a branch named "2.0" that is a clone of the master branch, add their commits to it, and when they're done merge those commits back into the master branch.

  • calev

    Work with systemd.time like calendar events in Scala

  • Scala-Guide

    Scala Guide

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-07.

scala-library related posts

Index

What are some of the best open-source scala-library projects? This list will help you:

Project Stars
1 scala 14,262
2 awesome-scala 8,916
3 PureConfig 1,444
4 Chimney 1,090
5 Dispatch 428
6 DynaML 198
7 scala-game-library 148
8 scalanative-graphics-bindings 40
9 Emil 35
10 GridScale 26
11 lamp 24
12 pos 23
13 calev 12
14 Scala-Guide 1
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com