Increase priority/visibility of toolchain stability as a benefit

This commit is contained in:
David Richardson
2024-07-20 08:49:52 -06:00
parent 31cf9b8527
commit 512486f2e8
+2 -2
View File
@@ -12,7 +12,8 @@ Cappuccino is an open-source framework developed continuously since 2008 and rel
### Benefits of Cappuccino for Application Development:
- Cross-platform development any programmer's text editor or IDE is sufficient. The compiler and other parts of the toolchain used to prepare applications for deployment are hosted by Node.js.
* Toolchain stability use of time-tested APIs means an absense of the churn which is all too common in the current generic browser-app ecosystem.
* Cross-platform development any programmer's text editor or IDE is sufficient. The compiler and other parts of the toolchain used to prepare applications for deployment are hosted by Node.js.
* Cocoa's rich range of interface controls are abstracted to HTML, CSS, and JavaScript. These go well beyond the functionality provided by current browser standards, and only require minimal HTML5 support.
* These design patterns and APIs provide a solid foundation for application development. The APIs have been proven over forty years and provide browser-independent functionality which is a superset of current browser capabilities.
* Custom interface controls can reliably build on basic Cocoa controls - when extended or new functionality is required.
@@ -21,7 +22,6 @@ Cappuccino is an open-source framework developed continuously since 2008 and rel
* Consistent and predictable behavior across different platforms enhances reliability and user experience.
* Objective-J's [message-passing architecture](https://en.wikipedia.org/wiki/Message_passing), which the Cocoa APIs leverage, promote loose coupling of an app's component functionality — making large scale development more managable.
* Comprehensive documentation for Objective-J is supplemented by over two decades of resources for Objective-C and Cocoa. Additionally, a large public catalog of Objective-C Cocoa applications offers valuable guidance for development. Translation of such sample code to Objective-J is often trivial.
* Toolchain stability use of time-tested APIs means an absense of the churn which is all too common in the current generic browser-app ecosystem.
Check out a [live demo of the standard interface controls provided by Cappuccino](https://cappuccino-testbook.5apps.com/#ThemeKitchenSink)