Changes between Version 1 and Version 2 of LibraryTopics
- Timestamp:
- 08/08/09 12:19:43 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibraryTopics
v1 v2 1 1 == Library Topics == 2 2 3 * [wiki:PlatformLibs Platform Libraries]4 3 * StandardLibraryExtensionMethods 5 4 * PrimitiveTypeMembers 6 5 * VisitorPattern 6 * HowToPrograms 7 * RelatedProjects 7 8 8 See also: LanguageTopics, OtherLanguages, CommandLine, HowToPrograms 9 Cobra currently runs on .NET/Mono which means that you can often search for the web for phrases like "C# parse xml" and find an example that you can readily adapt to your code. 10 11 Cobra's standard library is a small set of additions on top of .NET/Mono. You can browse the source code in !CobraWorkspace/Source/Cobra.Lang/. 12 13 See also: LanguageTopics, OtherLanguages, CommandLine