gershwin/gershwin
{ "createdAt": "2013-05-30T22:15:33Z", "defaultBranch": "master", "description": "Gershwin programming language", "fullName": "gershwin/gershwin", "homepage": "http://gershwinlang.org/", "language": "Java", "name": "gershwin", "pushedAt": "2014-02-13T17:03:14Z", "stargazersCount": 76, "topics": [], "updatedAt": "2025-04-02T14:14:30Z", "url": "https://github.com/gershwin/gershwin"}Gershwin Programming Language
Section titled “Gershwin Programming Language”Gershwin is a stack-based, concatenative programming language with a Clojure runtime that targets the JVM. It features a fusion of Clojure data structures, namespaces and concurrency semantics with an API inspired by the Factor concatenative programming language. With seamless Clojure interop, Gershwin can leverage all the power and reach of the Clojure/JVM ecosystem while also providing the unique features of stack-based, concatenative languages: composition by code concatenation, point-free expressions, data-flow combinators, and simple, powerful code factoring.
As an extension to Clojure, all legal Clojure code is legal Gershwin code. Gershwin changes to the Clojure reader, compiler, and public API are primarily additive and, as such, should not create compatibility conflicts with existing Clojure code bases. Please report any incompatibilities as bugs. The language versions of Gershwin and Clojure are both tracked in the Maven pom.xml file and available programmatically via the gershwin-version and clojure-version functions respectively.
Open Source Tools
Section titled “Open Source Tools”I would like to thank the following companies for providing their tools free of charge to Gershwin developers as part of their contribution to the Open Source community.
JetBrains: Intellij IDEA
Section titled “JetBrains: Intellij IDEA”When I need to do Java, Scala, or JRuby development, I rely on Intellij IDEA’s excellent support for JVM languages. I would like to thank JetBrains for granting Gershwin developers a free license to Intellij IDEA Ultimate.
Intellij IDEA: Java IDE with advanced HTML/CSS/JS editor for hardcore web-developers
Licenses
Section titled “Licenses”This program uses the ASM bytecode engineering library which is distributed with the following notice:
Copyright (c) 2000-2005 INRIA, France TelecomAll rights reserved.
Redistribution and use in source and binary forms, with or withoutmodification, are permitted provided that the following conditionsare met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THEIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSEARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BELIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, ORCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OFSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESSINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER INCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OFTHE POSSIBILITY OF SUCH DAMAGE.This code base is a fork of the Clojure code base, and as such copyright and licensing notices have been left in place for Clojure code. The following notice applies to code developed for Clojure itself, but not to additions made for the Gershwin programming language.
* Clojure * Copyright (c) Rich Hickey. All rights reserved. * The use and distribution terms for this software are covered by the * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) * which can be found in the file epl-v10.html at the root of this distribution. * By using this software in any fashion, you are agreeing to be bound by * the terms of this license. * You must not remove this notice, or any other, from this software.The following notice pertains to all additions to the Clojure code base unique to the Gershwin programming language:
* Gershwin * Copyright (c) Daniel Gregoire. All rights reserved. * The use and distribution terms for this software are covered by the * Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) * which can be found in the file epl-v10.html at the root of this distribution. * By using this software in any fashion, you are agreeing to be bound by * the terms of this license. * You must not remove this notice, or any other, from this software.