From 158e7e4abed39965356bcb8dd50fa7d0388ef5de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Sved=C3=A4ng?= Date: Mon, 11 Jan 2016 20:11:49 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7590e118..2c6af461 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Carp is a small programming language designed to work well for interactive and p The key features of Carp are the following: * Automatic and deterministic memory management (no garbage collector or VM) * Inferred static types for great speed and reliability -* Live reloading of code, REPL-driven development, aka FUN! +* Live reloading of code, REPL-driven development, aka "fun" * Ownership tracking enables a functional programming style while still using mutation for fast updating of data structures * No hidden performance penalties – allocation and copying is explicit * Very good integration with exisiting C code