Add Objective-C category and a course (#6596)

* add Objective-C category and a course

* fix lint error

* add the instructor's name
This commit is contained in:
Arman Abkar 2021-11-09 22:46:03 +03:30 committed by GitHub
parent 9f69d4b77e
commit 67ad3faf07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,7 @@
* [Matlab](#matlab)
* [Misc](#misc)
* [.NET](#net)
* [Objective-C](#objective-c)
* [OCaml](#ocaml)
* [Perl](#perl)
* [Pharo](#pharo)
@ -739,6 +740,11 @@
* [Learn how to program: .NET](https://www.learnhowtoprogram.com/net) - Epicodus Inc.
### Objective-C
* [Objective-C for Swift Developers](https://www.udacity.com/course/objective-c-for-swift-developers--ud1009) - Gabrielle Miller-Messner (Udacity)
### OCaml
* [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/2015fa/)