extempore

A cyber-physical programming environment

  • 所有者: digego/extempore
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Extempore

A programming environment for cyberphysical programming.

Getting started

To get started, you can either download a binary release or build
Extempore from source yourself.

Download a pre-built binary

Download a
binary release, unzip
it and run extempore.exe from inside the extempore folder.

Build from source

This will download and build all the dependencies you need (including
LLVM). So, if you've got a C++ compiler (for gcc, version 4.9 or
later is required), git and CMake, here are some one-liner build
commands:

On Linux/macOS:

git clone https://github.com/digego/extempore && mkdir extempore/cmake-build && cd extempore/cmake-build && cmake .. && make && sudo make install

On Linux/macOS with JACK:

git clone https://github.com/digego/extempore && mkdir extempore/cmake-build && cd extempore/cmake-build && cmake -DJACK=ON .. && make && sudo make install

On Windows:

git clone https://github.com/digego/extempore && mkdir extempore/cmake-build && cd extempore/cmake-build && cmake -G"Visual Studio 14 2015 Win64" .. && cmake --build . --target ALL_BUILD --config Release

See Extempore in action

Check out these videos:

Docs & Community

Extempore documentation can be found at https://extemporelang.github.io/docs/

You can also join the Extempore community:

Cite Extempore

Licence

Copyright (c) 2011-2018, Andrew Sorensen

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are 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.

Neither the name of the authors nor other 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, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

主要指标

概览
名称与所有者digego/extempore
主编程语言C++
编程语言Shell (语言数: 7)
平台
许可证
所有者活动
创建于2011-01-24 07:34:02
推送于2025-02-23 02:43:53
最后一次提交2025-02-22 20:27:25
发布数33
最新版本名称v0.8.9 (发布于 )
第一版名称0.48 (发布于 )
用户参与
星数1.4k
关注者数79
派生数128
提交数5.2k
已启用问题?
问题数297
打开的问题数54
拉请求数88
打开的拉请求数5
关闭的拉请求数24
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?