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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?