Skip to content

Releases: wess/zenoscript

Release 0.1.5

30 Jun 17:45

Choose a tag to compare

Release 0.1.5

Zenoscript is a functional programming language that compiles to TypeScript. This release includes standalone binaries for all major platforms.

Download

  • Linux x64: zenoscript-linux-x64.tar.gz
  • macOS x64 (Intel): zenoscript-darwin-x64.tar.gz
  • macOS ARM64 (Apple Silicon): zenoscript-darwin-arm64.tar.gz
  • Windows x64: zenoscript-windows-x64.zip
  • VSCode Extension: zenoscript-*.vsix

Installation

CLI Binary:

  1. Download the appropriate archive for your platform
  2. Extract the archive:
    • Linux/macOS: tar -xzf zenoscript-*.tar.gz
    • Windows: Extract the zip file
  3. Add the extracted directory to your PATH or copy the binary to a directory in your PATH
  4. Run zeno --help to get started

VSCode Extension:

  1. Download the zenoscript-*.vsix file
  2. Install in VSCode: code --install-extension zenoscript-*.vsix
  3. Or use VSCode UI: Extensions → "..." → "Install from VSIX..."

Quick Start

# Initialize a new project
zeno init

# Setup Zenoscript in existing project  
zeno setup

# Start interactive REPL
zeno repl

# Transpile a file
zeno input.zs output.ts

Features

  • Standalone binaries: No runtime dependencies required
  • Cross-platform: Linux, macOS, Windows support
  • Full CLI: Project management, REPL, transpilation
  • VSCode Extension: Syntax highlighting and language support
  • Functional programming: Structs, traits, pattern matching, pipe operators
  • TypeScript output: Compile to readable TypeScript code

Changes

See the commit history for details about changes in this release.

Release 0.1.4

30 Jun 13:14

Choose a tag to compare

Release 0.1.4

Zenoscript is a functional programming language that compiles to TypeScript. This release includes standalone binaries for all major platforms.

Download

  • Linux x64: zenoscript-linux-x64.tar.gz
  • macOS x64 (Intel): zenoscript-darwin-x64.tar.gz
  • macOS ARM64 (Apple Silicon): zenoscript-darwin-arm64.tar.gz
  • Windows x64: zenoscript-windows-x64.zip
  • VSCode Extension: zenoscript-*.vsix

Installation

CLI Binary:

  1. Download the appropriate archive for your platform
  2. Extract the archive:
    • Linux/macOS: tar -xzf zenoscript-*.tar.gz
    • Windows: Extract the zip file
  3. Add the extracted directory to your PATH or copy the binary to a directory in your PATH
  4. Run zeno --help to get started

VSCode Extension:

  1. Download the zenoscript-*.vsix file
  2. Install in VSCode: code --install-extension zenoscript-*.vsix
  3. Or use VSCode UI: Extensions → "..." → "Install from VSIX..."

Quick Start

# Initialize a new project
zeno init

# Setup Zenoscript in existing project  
zeno setup

# Start interactive REPL
zeno repl

# Transpile a file
zeno input.zs output.ts

Features

  • Standalone binaries: No runtime dependencies required
  • Cross-platform: Linux, macOS, Windows support
  • Full CLI: Project management, REPL, transpilation
  • VSCode Extension: Syntax highlighting and language support
  • Functional programming: Structs, traits, pattern matching, pipe operators
  • TypeScript output: Compile to readable TypeScript code

Changes

See the commit history for details about changes in this release.

Release 0.1.3

27 Jun 21:27

Choose a tag to compare

Release 0.1.3

Zenoscript is a functional programming language that compiles to TypeScript. This release includes standalone binaries for all major platforms.

Download

  • Linux x64: zenoscript-linux-x64.tar.gz
  • macOS x64 (Intel): zenoscript-darwin-x64.tar.gz
  • macOS ARM64 (Apple Silicon): zenoscript-darwin-arm64.tar.gz
  • Windows x64: zenoscript-windows-x64.zip
  • VSCode Extension: zenoscript-*.vsix

Installation

CLI Binary:

  1. Download the appropriate archive for your platform
  2. Extract the archive:
    • Linux/macOS: tar -xzf zenoscript-*.tar.gz
    • Windows: Extract the zip file
  3. Add the extracted directory to your PATH or copy the binary to a directory in your PATH
  4. Run zeno --help to get started

VSCode Extension:

  1. Download the zenoscript-*.vsix file
  2. Install in VSCode: code --install-extension zenoscript-*.vsix
  3. Or use VSCode UI: Extensions → "..." → "Install from VSIX..."

Quick Start

# Initialize a new project
zeno init

# Setup Zenoscript in existing project  
zeno setup

# Start interactive REPL
zeno repl

# Transpile a file
zeno input.zs output.ts

Features

  • Standalone binaries: No runtime dependencies required
  • Cross-platform: Linux, macOS, Windows support
  • Full CLI: Project management, REPL, transpilation
  • VSCode Extension: Syntax highlighting and language support
  • Functional programming: Structs, traits, pattern matching, pipe operators
  • TypeScript output: Compile to readable TypeScript code

Changes

See the commit history for details about changes in this release.

Release 0.1.2

27 Jun 20:30

Choose a tag to compare

Release 0.1.2

Zenoscript is a functional programming language that compiles to TypeScript. This release includes standalone binaries for all major platforms.

Download

  • Linux x64: zenoscript-linux-x64.tar.gz
  • macOS x64 (Intel): zenoscript-darwin-x64.tar.gz
  • macOS ARM64 (Apple Silicon): zenoscript-darwin-arm64.tar.gz
  • Windows x64: zenoscript-windows-x64.zip
  • VSCode Extension: zenoscript-*.vsix

Installation

CLI Binary:

  1. Download the appropriate archive for your platform
  2. Extract the archive:
    • Linux/macOS: tar -xzf zenoscript-*.tar.gz
    • Windows: Extract the zip file
  3. Add the extracted directory to your PATH or copy the binary to a directory in your PATH
  4. Run zeno --help to get started

VSCode Extension:

  1. Download the zenoscript-*.vsix file
  2. Install in VSCode: code --install-extension zenoscript-*.vsix
  3. Or use VSCode UI: Extensions → "..." → "Install from VSIX..."

Quick Start

# Initialize a new project
zeno init

# Setup Zenoscript in existing project  
zeno setup

# Start interactive REPL
zeno repl

# Transpile a file
zeno input.zs output.ts

Features

  • Standalone binaries: No runtime dependencies required
  • Cross-platform: Linux, macOS, Windows support
  • Full CLI: Project management, REPL, transpilation
  • VSCode Extension: Syntax highlighting and language support
  • Functional programming: Structs, traits, pattern matching, pipe operators
  • TypeScript output: Compile to readable TypeScript code

Changes

See the commit history for details about changes in this release.

Release 0.1.1

27 Jun 20:07

Choose a tag to compare

Release 0.1.1

Zenoscript is a functional programming language that compiles to TypeScript. This release includes standalone binaries for all major platforms.

Download

  • Linux x64: zenoscript-linux-x64.tar.gz
  • macOS x64 (Intel): zenoscript-darwin-x64.tar.gz
  • macOS ARM64 (Apple Silicon): zenoscript-darwin-arm64.tar.gz
  • Windows x64: zenoscript-windows-x64.zip
  • VSCode Extension: zenoscript-*.vsix

Installation

CLI Binary:

  1. Download the appropriate archive for your platform
  2. Extract the archive:
    • Linux/macOS: tar -xzf zenoscript-*.tar.gz
    • Windows: Extract the zip file
  3. Add the extracted directory to your PATH or copy the binary to a directory in your PATH
  4. Run zeno --help to get started

VSCode Extension:

  1. Download the zenoscript-*.vsix file
  2. Install in VSCode: code --install-extension zenoscript-*.vsix
  3. Or use VSCode UI: Extensions → "..." → "Install from VSIX..."

Quick Start

# Initialize a new project
zeno init

# Setup Zenoscript in existing project  
zeno setup

# Start interactive REPL
zeno repl

# Transpile a file
zeno input.zs output.ts

Features

  • Standalone binaries: No runtime dependencies required
  • Cross-platform: Linux, macOS, Windows support
  • Full CLI: Project management, REPL, transpilation
  • VSCode Extension: Syntax highlighting and language support
  • Functional programming: Structs, traits, pattern matching, pipe operators
  • TypeScript output: Compile to readable TypeScript code

Changes

See the commit history for details about changes in this release.

Release 0.1.0

27 Jun 19:22

Choose a tag to compare

Release 0.1.0

Zenoscript is a functional programming language that compiles to TypeScript. This release includes standalone binaries for all major platforms.

Download

  • Linux x64: zenoscript-linux-x64.tar.gz
  • macOS x64 (Intel): zenoscript-darwin-x64.tar.gz
  • macOS ARM64 (Apple Silicon): zenoscript-darwin-arm64.tar.gz
  • Windows x64: zenoscript-windows-x64.zip

Installation

  1. Download the appropriate archive for your platform
  2. Extract the archive:
    • Linux/macOS: tar -xzf zenoscript-*.tar.gz
    • Windows: Extract the zip file
  3. Add the extracted directory to your PATH or copy the binary to a directory in your PATH
  4. Run zeno --help to get started

Quick Start

# Initialize a new project
zeno init

# Setup Zenoscript in existing project  
zeno setup

# Start interactive REPL
zeno repl

# Transpile a file
zeno input.zs output.ts

Features

  • Standalone binaries: No runtime dependencies required
  • Cross-platform: Linux, macOS, Windows support
  • Full CLI: Project management, REPL, transpilation
  • Functional programming: Structs, traits, pattern matching, pipe operators
  • TypeScript output: Compile to readable TypeScript code

Changes

See the commit history for details about changes in this release.

Release 0.0.1

27 Jun 17:23
f6f61aa

Choose a tag to compare

Release 0.0.1

This release includes builds for:

  • Linux (zenoscript-linux.tar.gz)
  • macOS (zenoscript-macos.tar.gz)
  • Windows (zenoscript-windows.zip)

Installation

  1. Download the appropriate archive for your platform
  2. Extract the archive
  3. Add the extracted directory to your PATH

Changes

See the commit history for details about changes in this release.