From 694726a0ddbad5f42d37a13a8c4ad7f4c9cad7e0 Mon Sep 17 00:00:00 2001 From: mighty-joey Date: Sun, 9 Jun 2019 19:57:03 -0400 Subject: [PATCH] Update README.md Added BLISS --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 02d5fa6e..b3340f81 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ BASIC is a family of general-purpose, high-level programming languages whose des A batch file is a kind of script file in DOS, OS/2 and Microsoft Windows. It consists of a series of commands to be executed by the command-line interpreter, stored in a plain text file. +- [x] **BLISS** +BLISS is a system programming language developed at Carnegie Mellon University by W. A. Wulf, D. B. Russell, and A. N. Habermann around 1970. It was perhaps the best known systems programming language right up until C made its debut a few years later. + - [x] **Brainfuck** Brainfuck is an esoteric programming language created in 1993 by Urban Müller, and notable for its extreme minimalism. The language consists of only eight simple commands and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers.