G+_James Coleman Posted February 10, 2014 Share Posted February 10, 2014 I'm only watching this show because I like to see how different C# is from languages I already use and also to see how well they are doing at teaching people. I understand why you're teaching C# (because an Microsoft employee is biased), so I won't say anything regarding that. My favorite language is Obj-C because I can code in C++, C, AppleScript, and JavaScript within Obj-C. I could possibly implement C# code with the Mono framework and call the functions within C# in Obj-C as well. Because Objective-C is just additions built on-top of C, you can do a lot of low level stuff. Link to comment Share on other sites More sharing options...
G+_Shannon Morse Posted February 11, 2014 Share Posted February 11, 2014 Thanks for watching! Link to comment Share on other sites More sharing options...
G+_James Coleman Posted February 11, 2014 Author Share Posted February 11, 2014 Did some research and Mono has C functions to communicate with C#, which seems to be easy to write an wrapper to make a bridge between Objective-C and C#.? I wouldn't be surprised if a good wrapper didn't already exist. Link to comment Share on other sites More sharing options...
G+_Louis Maresca Posted February 16, 2014 Share Posted February 16, 2014 No Biases here, I am on an iPad right now :) and finished a Apple store app tonight on my MacBook. Higher level ,compiled, languages seemed like a good place to start for beginners. As the show progresses, I am sure it will hit your favorite language, and topic, as well. What you are describing around calling it from ObjectiveC, is very possible. In-fact some companies out there make boku bucks letting you code in C# and having it work in a Apple store app too. Keep up the curiosity and the great work!! Thanks for sharing ! Link to comment Share on other sites More sharing options...
Recommended Posts