Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- 02/15/12 07:54:10 (1 year ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 1 1 = DStep = 2 3 ''The bridge part of this project has been superseded by a language extension project made by Michel Fortin: [http://michelf.com/projects/d-objc/ D/Objective-C][[BR]] 4 The tool part of this project has been superseded by a new implementation: [https://github.com/jacob-carlborg/dstep DStep]'' 5 2 6 DStep is a D <-> Objective-C (objc) bridge. The primary goal of DStep is to be able to build applications on Mac OS X using D and Cocoa. The secondary goal is to be able use most of the system libraries on Mac OS X (and other Objective-C libraries) with D. DStep consists of three parts: the bridge, bindings to be used with the bridge and three scripts to generate those bindings. 3 7
