sourcecode
Code info
Provides metadata about the current code context at runtime
Scala library providing "source" metadata to your program, similar to Python's name, C++'s LINE or Ruby's FILE.
521 stars
18 watching
75 forks
Language: Scala
last commit: 29 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
com-lihaoyi/geny | A small library providing push-based versions of common standard library interfaces | 93 |
com-lihaoyi/fansi | A Scala library for working with fancy ANSI colored strings in a safe and efficient way. | 227 |
com-lihaoyi/os-lib | A simple and flexible Scala interface to common OS filesystem and subprocess APIs | 691 |
com-lihaoyi/pprint | A Scala library that provides a way to visually represent values and types in programming languages | 226 |
com-lihaoyi/scalatags | An XML/HTML construction library for Scala | 759 |
com-lihaoyi/upickle | A lightweight serialization library for JSON and binary data in Scala. | 717 |
com-lihaoyi/utest | A simple testing framework for Scala | 487 |
com-lihaoyi/requests-scala | A Scala port of the popular Python HTTP client providing flexible and intuitive API for making HTTP requests. | 728 |
scala-ide/scalariform | A code formatter for Scala source code to improve readability and consistency. | 527 |
com-lihaoyi/cask | A lightweight Scala framework for building web applications and REST APIs | 536 |
lihaoyi/metascala | An experimental Scala-based JVM with a focus on metacircularity and security | 1,176 |
lihaoyi/scala-native-example-app | An example application showcasing the use of Scala-Native for building fast and efficient command-line applications. | 54 |
lihaoyi/scalatex | A programmable document generation tool for generating formatted text based on data in a structured format | 290 |
com-lihaoyi/fastparse | A Scala-based library for writing fast parsers using parser combinators. | 1,094 |
com-lihaoyi/mainargs | A utility for parsing command-line arguments and dispatching to main methods in Scala programs. | 189 |