reify


License

License

GroupId

GroupId

com.github.stacycurl
ArtifactId

ArtifactId

reify_2.12
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

reify
reify
Project URL

Project URL

https://github.com/stacycurl/reify
Project Organization

Project Organization

com.github.stacycurl
Source Code Management

Source Code Management

https://github.com/stacycurl/reify

Download reify_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.stacycurl/reify_2.12/ -->
<dependency>
    <groupId>com.github.stacycurl</groupId>
    <artifactId>reify_2.12</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stacycurl/reify_2.12/
implementation 'com.github.stacycurl:reify_2.12:0.1'
// https://jarcasting.com/artifacts/com.github.stacycurl/reify_2.12/
implementation ("com.github.stacycurl:reify_2.12:0.1")
'com.github.stacycurl:reify_2.12:jar:0.1'
<dependency org="com.github.stacycurl" name="reify_2.12" rev="0.1">
  <artifact name="reify_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stacycurl', module='reify_2.12', version='0.1')
)
libraryDependencies += "com.github.stacycurl" % "reify_2.12" % "0.1"
[com.github.stacycurl/reify_2.12 "0.1"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.12
org.scala-lang.modules : scala-parser-combinators_2.12 jar 1.1.2
org.scalaz : deriving-macro_2.12 jar 3.0.0-M2
org.scalaz : scalaz-deriving-magnolia_2.12 jar 3.0.0-M2

Project Modules

There are no modules declared in this project.

Reify

Build Status Release Artifacts Maven Central

Reify is a library for converting values into code

@deriving(Reify)
case class Person(name: String, age: Int)

RConsole.out.println(Person("bob", 23))

should print

  Person("bob", 23)

i.e. a string that when evaluated as code produces the original value.

Versions

Version
0.1