Einfache Projektliste Software-Karte

636 Projekte im Ergebnis

AScript

AScript is a scripting language equipped with functions called "Implicit mapping" and "Member mapping", which can handle multiple data in lists in one time. You can process data even without describing cumbersome operations on list elements nor co...

Entwicklungsstatus: 4 - Beta
Natürliche Sprache: English, Japanese
Betriebssystem: Linux, Windows Vista, Windows XP
Programmiersprache: C++
Benutzerschnittstelle: Console (Text Based)
Register Date: 2010-05-05 06:55
Letztes Update: 2009-09-21 17:57

cria

2009/10/7 言語開発をしていく過程でいろいろ調べていたらSchemeに行き着き、上記の日付を持ってcriaの開発を無期停止しました。。 (Schemeのシンプルさや柔軟性の前では、記述の簡潔さというcriaがウリにしようとしていたコンセプトが霞んでしまい、こちらを選んでしまいました。現在Schemeの勉強中です。)

Entwicklungsstatus: 3 - Alpha
Zielbenutzer: Advanced End Users
Natürliche Sprache: English
Betriebssystem: Linux
Programmiersprache: C
Themen: Interpreters
Benutzerschnittstelle: Tk
Register Date: 2008-09-01 21:44

NETRuby

The programing language Ruby on the .NET

Entwicklungsstatus: 3 - Alpha
Zielbenutzer: Entwickler
Natürliche Sprache: English, Japanese
Betriebssystem: OS Unabhängig
Programmiersprache: C#, Ruby
Benutzerschnittstelle: Console (Text Based), Web Environment
Register Date: 2002-04-07 19:05
Letztes Update: 2011-12-26 00:51

Python Japanese Environment

日本語環境でのプログラム言語 Pythonをより使いやすくするため、 ドキュメントの作成/翻訳や日本語対応モジュール、ディストリビューションの開発などを行います。

Entwicklungsstatus: 4 - Beta
Zielbenutzer: Entwickler
Lizenz: Python License
Natürliche Sprache: Japanese
Programmiersprache: Python
Themen: Interpreters
Register Date: 2002-03-27 22:12
Letztes Update: 2013-12-24 11:22

xyzsh

インタラクティブシェル。OSX, cygwin, Linux, FreeBSDで動きます。 ガベージコレクションがついていて、簡易なオブジェクト指向ができます。perlやrubyのようなテキスト処理を行なう内部コマンドを装備しています。全ての内部コマンドにはサンプル付きのヘルプがついてきます。補完は自身によって記述されていて、IDEのようにxyzshの文法に基づいて補完されます。migemoによる日本語ファイル名の補完もあります。

An interactive shell script language on OSX, cygwin, Linux, FreeBSD. This features simple object oriented scripting with garbage collection, text processing like perl or ruby and containes manual for all inner commands with their samples. Offcourse you can type commands with completion which is based on xyzsh grammer like IDE and is defined by itself.

サンプル(script samples)

> ls -F
docs/ main.c samples/ sub.c
    
> ls | each ( | chomp | -d && | print )
docs
samples

> ls -F | grep -v /
main.c sub.c

> ls | each ( ! | chomp | -d && | print )
main.c sub.c

> ls | each ( | printf "-+- %s -+-"\n ) | join " "
-+- docs -+- -+- main -+- -+- samples -+- -+- sub.c -+-

> ls | each ( | scan . | join " " )
d o c s
m a i n . c
s a m p l e s
s u b . c

> cat data
Gorou Yamanaka
Rei Tanaka
Yumiko Shiratori

> cat data | each ( | =~ Yamanaka && | print )
Gorou Yamanaka

> cat data | lines 0 1
Gorou Yamanaka
Rei Tanaka
    
> cat data | each ( | split | lines 1 0 | join )
Yamanaka Gorou
Tanaka Rei
Shiratori Yumiko
    
> vim student.xyzsh
class Student ( 
    | var first_name second_name age country
    
    def show (
        var first_name second_name age country | printf "name: %s %s¥nage: %s¥ncountry: %s¥n"
    )
)
    
object student
student::run ( print "Yamanaka Gorou 23 Japan" | split | Student )
    
> load student.xyzsh
> student::show
name: Yamanaka Gorou
age: 23
country: Japan

> print 1 | var -local i; ls | scan . | while(| eval "|$i print |>") (|> join ""; ++ i )
A
UT
HOR
SCHA
NGELO
GLICEN
SEMakef
ileMakef
ile.inREA
DMEREADME.
jaUSAGEUSAG
E.jacompleti
on.xyzshconfi
g.hconfig.h.in
config.logconfi
g.statusconfigur
econfigure.inhelp
.xyzshinstall.shli
bxyzsh.1.7.0.dylibl
ibxyzsh.1.dyliblibxy
zsh.dylibmanread_hist
ory.xyzshsrcxyzshxyzsh
.dSYMxyzsh.xyzsh

> ls | lines 0 1 | scan . | each ( | chomp | x 5 | pomch )
AAAAA
UUUUU
TTTTT
HHHHH
OOOOO
RRRRR
SSSSS
CCCCC
HHHHH
AAAAA
NNNNN
GGGGG
EEEEE
LLLLL
OOOOO
GGGGG
Register Date: 2012-08-30 17:16
Letztes Update: 2016-11-20 17:30

Rumix 2

Rumix 2 - Ruby Starter Package with Installer

 Rumix 2とは、Windows環境でRubyプログラミングを始めたい人のためのパッケージです。 同梱のインストーラを利用することによって、ruby本体、リファレンスマニュアル、いくつかの関連ソフトウェアなどを、あなたのPCへまとめてインストールすることができます。

 また、インストーラなし、圧縮ファイルを展開するだけで使い始めることができる「USB Rumix 2」も配布しています。



 当プロジェクトのアイコン画像は、Ce Jacas 氏よりクリエイティブ・コモンズ 表示-継承のもとで利用許諾を受けた著作物です。

Entwicklungsstatus: 5 - Produktion / stabil
Zielbenutzer: Entwickler, End Users/Desktop
Natürliche Sprache: Japanese
Betriebssystem: Windows NT/2000, Windows XP
Programmiersprache: Ruby
Themen: Interpreters
Benutzerschnittstelle: Win32 (MS Windows)
Register Date: 2009-05-07 02:04
Letztes Update: 2022-08-23 20:59

TwinTail_de_AngelMode!!

This is a project to develop script language TwinTail_de_AnngelMode!!".

Natürliche Sprache: Japanese
Betriebssystem: Linux
Programmiersprache: C
Themen: Interpreters
Benutzerschnittstelle: Console (Text Based)
Register Date: 2011-11-24 21:04
Letztes Update: 2005-01-28 14:13

Kaffe/eCos

Kaffe/eCos is an open source Java implementation for embedded systems. Kaffe/eCos is based on two excellent open source projects, kaffe and eCos. Our objective for porting kaffe to eCos is to provide open source developing environments for embedded system

Entwicklungsstatus: 3 - Alpha
Zielbenutzer: Entwickler, End Users/Desktop
Natürliche Sprache: Japanese
Betriebssystem: Other Operating Systems
Programmiersprache: C++, Java
Themen: Interpreters
Benutzerschnittstelle: Console (Text Based)
Register Date: 2003-12-07 12:33
Letztes Update: 2003-03-17 13:04

bRuby

bRuby is an extension library for dumping/un-dumping ruby's internal syntax tree.

Entwicklungsstatus: 4 - Beta
Zielbenutzer: Entwickler
Natürliche Sprache: Japanese
Betriebssystem: OS Unabhängig
Programmiersprache: C, C++, Ruby
Benutzerschnittstelle: Other Environment
Register Date: 2002-07-10 10:40

Tepas

Zielbenutzer: Entwickler
Natürliche Sprache: English, Japanese
Betriebssystem: OS Unabhängig
Programmiersprache: C, Project is a programming language
Themen: Interpreters
Register Date: 2008-11-17 19:36

WK Lisp

Java による Lisp インタプリタとそのインタプリタをスクリプトとするアプリケーションの開発。

Entwicklungsstatus: 2 - Pre-Alpha
Zielbenutzer: Entwickler
Natürliche Sprache: Japanese
Betriebssystem: Windows NT/2000
Programmiersprache: Java, Lisp
Themen: Interpreters
Benutzerschnittstelle: Other Environment
Register Date: 2004-12-04 17:05

Flash Lite Alternative Portable Player

JavaScript Flash Lite Player for Android and iOS

Entwicklungsstatus: 1 - Planung
Natürliche Sprache: Japanese
Betriebssystem: Android, Apple iPhone
Programmiersprache: JavaScript
Benutzerschnittstelle: Web Environment
Register Date: 2012-11-17 15:15
Letztes Update: 2002-11-02 03:33

WhiteBeer

WhiteBeer is a new programming paradigm that is motivated by Noam Chomsky's Minimalist Program. It uses feature checking mechanism to parse programs so that it can provide word-order-independence like natural language processing.

Entwicklungsstatus: 2 - Pre-Alpha
Zielbenutzer: Entwickler
Natürliche Sprache: English, Japanese
Betriebssystem: Linux
Programmiersprache: Java
Themen: Interpreters
Benutzerschnittstelle: Console (Text Based)
Register Date: 2002-10-14 19:44
Letztes Update: 2009-05-10 22:42

PetitBASIC

javaランタイム環境上で動作する非常にスモールかつシンプルなBASIC言語処理系です。core apiで作成されているため、そのままでもほとんどの環境で動作しますが、ちょっと直せばさらにいろいろなところで動作します(と思います)。

Entwicklungsstatus: 5 - Produktion / stabil
Zielbenutzer: Entwickler, End Users/Desktop
Natürliche Sprache: Japanese
Betriebssystem: OS Unabhängig
Programmiersprache: Java
Themen: Interpreters
Benutzerschnittstelle: Console (Text Based), Web Environment
Register Date: 2006-05-15 09:19
Letztes Update: 2008-04-16 23:07

mongoose

C++(PHP)ライクなスクリプト言語 マングース(mongoose)  
オブジェクト指向のスクリプト言語です。Windows NT/2000またはlinuxで動作します。
興味をお持ちの方は、http://mongoose.jp/の説明もご覧ください。

Entwicklungsstatus: 3 - Alpha
Zielbenutzer: Entwickler
Natürliche Sprache: Japanese
Betriebssystem: Linux, Windows NT/2000
Programmiersprache: C++
Themen: Interpreters
Benutzerschnittstelle: Console (Text Based)
Register Date: 2006-11-20 03:46