Underground Communique Records

Underground Communique Records is an American independent record label based in Chicago, Illinois.[1] Launched in late December 2003, the label includes punk rock, indie rock, and ska bands.[2]

Artists

gollark: It's not bad, it's just bad.
gollark: ```GoalsThese goals may change or be refined over time as I experiment with what is possible with the language. Embeddable - Similiar to Lua - it is meant to be included in another program which may use the virtual machine to extend its own functionality. Statically typed - The language uses a Hindley-Milner based type system with some extensions, allowing simple and general type inference. Tiny - By being tiny, the language is easy to learn and has a small implementation footprint. Strict - Strict languages are usually easier to reason about, especially considering that it is what most people are accustomed to. For cases where laziness is desired, an explict type is provided. Modular - The library is split into parser, typechecker, and virtual machine + compiler. Each of these components can be use independently of each other, allowing applications to pick and choose exactly what they need.```
gollark: That's rude.
gollark: ```elmlet factorial n : Int -> Int = if n < 2 then 1 else n * factorial (n - 1)factorial 10```A factorial example from the docs.
gollark: Well, yes, it has an interpreter and stuff.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.