Voiced dental fricative

From Esolang
Jump to navigation Jump to search
Logo

Voiced dental fricative or "ðis" is Schwa-derived language created by User:ChuckEsoteric08.

Description

Like in Schwa, it has two states:

  • Voiceless(or θ)
  • Voiced(or ð)

And 4 commands:

  • t
  • d
  • h
  • e

Commands do different things in each state, with the initial mode of the program defined as "Voiceless". Here is a table which shows what commands do in each state:

Command Voiceless State Voiced State
t Get input and store it in accumulator Output accumulator
d Start a while loop, which ends when accumulator contain ð or θ Start a while loop, which ends when accumulator contain ð or θ
h Switch State Switch State
e End while loop End while loop

Examples

Cat

dththe

Explanation:

d - Start While Loop
 t - Get input
  h - Switch State
   t - Output
    h - Switch State to make loop work
     e - End While Loop

See Also

Interpreter

  • Common Lisp implementation of the Voiced dental fricative programming language. Please note that the concrete character set deployed constitutes a dependency on the Common Lisp implementation; in corollary, Unicode support may or may not be a feature incorporated in the personal environment. The interpreter at hand has been developed and tested with Steel Bank Common Lisp (SBCL) version 1.1.4 as part of the Lisp Cabinet 0.3.5 bundle.