Liking cljdoc? Tell your friends :D

hxgm30.language.syntagmata.lang.fictional.mythgarthur

To use the languages defined here, you can do the following:

  (require '[hxgm30.language.syntagmata.lang.merge :as lang]
           '[hxgm30.language.syntagmata.lang.fictional.mythgarthur :as myth)
  (lang/paragraph mythgarthur/elvish)

Which will give output along the lines of the following:

  Réðiglǣð hápugalalju. Anntilligi bhakk. Sírr sīn
  lérð tar fögluttúw hangu. Wu dùlcestitna vins marga
  mǣt bigufitir kö daforðinn sǣn lǣðgaðatti. Rol.
  Fytuðran. Kongr merð mi þallmirdunn all hiða daur.
To use the languages defined here, you can do the following:
```
  (require '[hxgm30.language.syntagmata.lang.merge :as lang]
           '[hxgm30.language.syntagmata.lang.fictional.mythgarthur :as myth)
  (lang/paragraph mythgarthur/elvish)
```
Which will give output along the lines of the following:
```
  Réðiglǣð hápugalalju. Anntilligi bhakk. Sírr sīn
  lérð tar fögluttúw hangu. Wu dùlcestitna vins marga
  mǣt bigufitir kö daforðinn sǣn lǣðgaðatti. Rol.
  Fytuðran. Kongr merð mi þallmirdunn all hiða daur.
```
raw docstring

hxgm30.language.syntagmata.lang.fictional.rook

To use the languages defined here, you can do the following:

  (require '[hxgm30.language.syntagmata.lang.merge :as lang]
           '[hxgm30.language.syntagmata.lang.fictional.rook :as rook])
  (lang/paragraph rook/mux)

Which will give output along the lines of the following:

  Whizz ji reira nou pebodana suran yabisebt. Dan
  aravan curassouronan mume potikertarp gun kerr
  aruppitten dep bem. Lu whoom ido ong sluckoo. Lue
  oya nyaazz hesh kedirayo. Pum settewaxth lias.
  Phes gegigupe whistramew losomepe irstendeng
  gesiweck wegetiop boo bur.
To use the languages defined here, you can do the following:
```
  (require '[hxgm30.language.syntagmata.lang.merge :as lang]
           '[hxgm30.language.syntagmata.lang.fictional.rook :as rook])
  (lang/paragraph rook/mux)
```
Which will give output along the lines of the following:
```
  Whizz ji reira nou pebodana suran yabisebt. Dan
  aravan curassouronan mume potikertarp gun kerr
  aruppitten dep bem. Lu whoom ido ong sluckoo. Lue
  oya nyaazz hesh kedirayo. Pum settewaxth lias.
  Phes gegigupe whistramew losomepe irstendeng
  gesiweck wegetiop boo bur.
```
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close