New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pie-slang

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

pie-slang

Implementation of Pie, following The Little Typer

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

pie-slang

Implementation of Pie, following The Little Typer

Our Language Server

We have published the Pie language server as a VSCode extension, named pie-lsp

Getting Started

To get started with the Pie interpreter:

  • Clone the repository:

    git clone https://github.com/source-academy/pie-slang.git
    cd pie-slang
    
  • Install dependencies:

    yarn install
    
  • Build the project:

    yarn build
    
  • Use conductor: find dist files in ./dist folder.

  • Try a simple Pie program on Source Academy, or the local web interface:

    (claim identity (-> Nat Nat))
    (define identity (λ (n) n))
    

For more information about the project, please visit our wiki pages.
To learn more about the language, you may read the book The Little Typer. Our wiki also contains a brief overview of the language.

Keywords

Pie

FAQs

Package last updated on 22 Oct 2025

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