Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/Frege/frege-repl

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/Frege/frege-repl

  • v1.0.2-SNAPSHOT.2
  • Source
  • Go
  • Socket score

Version published
Created
Source

#Frege REPL#

This is the command line REPL for Frege. Frege code snippets can be entered on the prompt to get them evaluated. In addition to Frege code, the following commands are supported:

CommandDescription
:type <expression>Display the type of an expression
:browse <moduleName>Display the names in a module if a module name is provided otherwise display the names in the default REPL module
:javaView Java translation of last compiled Frege source
:{Start multiline definitions
:}End multiline definitions
:load <url or file>Load Frege code snippets from an URL or file
:rReload the last script URL or file
:historyDisplay the source history for definitions in the default REPL module
:resetReset the REPL discarding all the evaluated scripts
:versionDisplay Frege version
:help <name>Display the documentation for the given name. If the name is not provided, display this help message
:q or :quitQuit REPL

##How to run?##

  1. Download Frege REPL archive from releases.
  2. Extract the archive
  3. Run the following command: (JRE 7 required)
    java -jar frege-repl-<version>.jar where <version> is the version number on the jar.

FAQs

Package last updated on 22 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc