Skip to content

Commit 6e5df87

Browse files
committed
Add the release announcement for ikc
1 parent 764ab91 commit 6e5df87

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/release_announcement_E_ikc

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
Ioke for the CLR released
3+
-------------------------
4+
5+
Ioke is a language that is designed to be as expressive as possible. It is a dynamic language targeted at several virtual machines. It's been designed from scratch to be a highly flexible general purpose language. It is a prototype-based programming language that is inspired by Io, Smalltalk, Lisp and Ruby.
6+
7+
8+
Homepage: http://ioke.org
9+
Download: http://ioke.org/download.html
10+
Programming guide: http://ioke.org/wiki/index.php/Guide
11+
Wiki: http://ioke.org/wiki
12+
13+
14+
Ioke E ikc is the first release of the ikc Ioke machine. The ikc machine is implemented in C# and F# and run's on Mono and .NET. It includes all the features of Ioke E ikj, except for Java integration. Integration with .NET types will come in another release.
15+
16+
Features:
17+
- Expressiveness first
18+
- Strong, dynamic typing
19+
- Prototype based object orientation
20+
- Homoiconic language
21+
- Simple syntax
22+
- Powerful macro facilities
23+
- Condition system
24+
- Aspects
25+
- Runs on both the JVM and the CLR
26+
- Developed using TDD
27+
- Documentation system that combines documentation with specs
28+
29+
30+
Regards
31+

0 commit comments

Comments
 (0)