Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wbbradley committed Jul 8, 2024
1 parent b6e1263 commit 0d712f6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Ace Language


[![Tests](https://github.com/wbbradley/ace/workflows/Tests/badge.svg)](https://github.com/wbbradley/ace/actions?query=workflow%3ATests)

## Fundamentals

Ace resembles a combination of Haskell and C, with garbage collection, eager
evaluation, static type-checking, purity and impurity (when you want it), extensible infix operators,
type-classes to allow ad-hoc polymorphism, `with` control-flow semantics for bracketing resource usage, pattern-matching, and type inference.
Ace resembles a combination of Haskell and C, with conservative garbage collection, eager
evaluation, static type-checking, purity and mutation (when you want it), extensible infix
operators, type-classes to allow ad-hoc polymorphism, `with` control-flow semantics for bracketing
resource usage, pattern-matching, and type inference.

## Quick Start

Expand Down

0 comments on commit 0d712f6

Please sign in to comment.