Can Elementary be programmed in Objective C?

Asked by Peter Ulvskov

The obvious Apple inspiration of ElementaryOS - so well executed - makes me wonder if I can develop applications for ElementaryOS using objective C? And I do not mean with GUI elements of GNUStep but using the interface elements of ElementaryOS.
Ondo

Question information

Language:
English Edit question
Status:
Solved
For:
elementary OS Edit question
Assignee:
No assignee Edit question
Solved by:
Djax
Solved:
Last query:
Last reply:
Revision history for this message
Best Djax (parnold-x) said :
#1

Principial it is possible. GTK is the GUI Framework of elementary.
https://www.tylerburton.ca/2010/12/create-a-gtk-application-on-linux-with-objective-c/

But I would recommend to look at vala. It is a easy to learn language and almost all components of elementary are programmed in it.
https://wiki.gnome.org/Projects/Vala/Tutorial

Revision history for this message
Peter Ulvskov (racataure) said :
#2

Thanks Djax, that solved my question.