Get Advice Icon

Need advice about which tool to choose?Ask the StackShare community!

Markdown

21.9K
16.3K
+ 1
960
Objective-C

12.7K
6.5K
+ 1
490
Add tool

Markdown vs Objective-C: What are the differences?

Introduction

Markdown and Objective-C are two different languages used for different purposes. Markdown is a lightweight markup language used for formatting text in a simple and readable way, while Objective-C is a programming language primarily used for developing iOS and macOS applications. Despite their differences, both Markdown and Objective-C have their own set of features and uses. In this article, we will discuss the key differences between Markdown and Objective-C.

1. Syntax:

Markdown: Markdown uses simple syntax and symbols to format text. It is easier to learn and write compared to other markup languages. Markdown files have a '.md' or '.markdown' extension.

Objective-C: Objective-C, on the other hand, is a full-fledged programming language with a complex syntax that follows the conventions of C language. Objective-C files usually have a '.m' extension.

2. Purpose:

Markdown: Markdown is mainly used for creating content which doesn't require complex logic or programming. It is commonly used for creating documentation, readme files, blog posts, and other types of written content.

Objective-C: Objective-C is specifically designed for developing applications on Apple's iOS and macOS platforms. It is used to write code with complex logic, implement user interfaces, interact with APIs, etc.

3. Execution:

Markdown: Markdown files are rendered as HTML elements when viewed in a web browser or dedicated Markdown editor. They do not require any compilation or execution to display the formatted content.

Objective-C: Objective-C code needs to be compiled before it can be executed. The source code is converted into machine code or byte code, which is then executed by the computer or device.

4. Programming Paradigm:

Markdown: Markdown is a markup language and is not a programming language. It does not support variables, loops, conditionals, or any other programming constructs. It is primarily used for formatting and structuring text.

Objective-C: Objective-C is an object-oriented programming language that supports features like classes, objects, inheritance, polymorphism, etc. It follows the imperative and object-oriented programming paradigm.

5. Tooling:

Markdown: Markdown can be written in any basic text editor. It does not require any specific development environment or specialized tools. There are various Markdown editors available that provide syntax highlighting and preview features.

Objective-C: Objective-C development requires a specialized Integrated Development Environment (IDE) like Xcode. Xcode provides various tools and features like code editor, debugger, compiler, and interface builder, tailored specifically for Objective-C development.

6. Community and Support:

Markdown: Markdown has a large community and is widely used. It is supported by many platforms and has extensive documentation and resources available online. It is easy to find help and solutions for any Markdown-related issues.

Objective-C: Objective-C also has a large community, especially within the Apple developer ecosystem. It has been around for a long time and has extensive documentation and resources available. There are many online forums and communities dedicated to Objective-C development.

In summary, Markdown is a lightweight markup language used for simple text formatting, while Objective-C is a programming language used for developing iOS and macOS applications. Markdown has a simpler syntax, is widely used for creating content, and does not require compilation. Objective-C, on the other hand, has a complex syntax, is used for programming applications, requires compilation, and has specialized development tools.

Decisions about Markdown and Objective-C

AsciiDoc belongs to the family of lightweight markup languages, the most renowned of which is Markdown. AsciiDoc stands out from this group because it supports all the structural elements necessary for drafting articles, technical manuals, books, presentations and prose.

This includes, for example, admonitions, variables, the include statement, example blocks, footnotes, keyboard macro, equations and formular support (albeid only with asciidoctor and installed plugin iirc), automatic toc and header, description lists, actually usable tables, etc ...

In combination with Antora one can built the most awesome, versioned, and Dont-Repeat-Yourself but-also "Fully-Explain-without-just-Linking" documentation ever.

GitHub has built-in support for it, albeid not for it's include directive, though that can be dealt with by using CI to invoke asciidoctor-reducer or publishing a github page that has been rendered using the asciidoctor/antora renderer.

https://docs.checkmk.com/ uses Asciidoctor. Linus Torvalds once recommended Asciidoctor (1).

See more
Lucas Litton
Founder & CEO at Macombey · | 7 upvotes · 211.8K views

Expo was a tool Macombey really wanted to utilize from the beginning. I have been working with React Native since 2016 and originally I had to use simulators in Xcode, install pods on top of node packages, configure certificates, and more abundant objectives that take time away from actual development. As a development studio, we have to move quick and get projects to our clients and partners in a matter of months.

Expo made this easy for us. We now have a mobile app for clients to download and test their project on, there is no need to install pods or configure Xcode, and development is super fast and reliable now.

See more
Noel Broda
Founder, CEO, CTO at NoFilter · | 5 upvotes · 253.6K views

1 code deploys for both: Android and iOS. There is a huge community behind React Native. And one of the best things is Expo. Expo uses React Native to make everything even more and more simple. Awesome technologies. Some other important thing is that while using React Native, you are reusing all JavaScript knowledge you have in your team. You can move easily a frontend dev to develop mobile applications.

A huge PRO of Expo, is that it includes a full building process. You run 1 line in the terminal, and 10 minutes after you have 2 builds done. Double check EAS Expo.

See more
Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of Markdown
Pros of Objective-C
  • 345
    Easy formatting
  • 246
    Widely adopted
  • 194
    Intuitive
  • 132
    Github integration
  • 41
    Great for note taking
  • 2
    Defacto GitHub lingo
  • 212
    Ios
  • 115
    Xcode
  • 62
    Backed by apple
  • 47
    Osx
  • 40
    Interface builder
  • 10
    Good old fashioned ooe with a modern twist
  • 2
    Goober, please
  • 1
    Object-oriented
  • 1
    Handles well null values (no NullPointerExceptions)

Sign up to add or upvote prosMake informed product decisions

Cons of Markdown
Cons of Objective-C
  • 2
    Cannot centralise (HTML code needed)
  • 1
    Inconsistend flavours eg github, reddit, mmd etc
  • 1
    Limited syntax
  • 1
    Not suitable for longer documents
  • 1
    Non-extensible
  • 1
    No right indentation
  • 1
    No underline
  • 1
    Unable to indent tables
  • 1
    UNREADABLE

Sign up to add or upvote consMake informed product decisions

7.1K
155.2K
8.9K
40.1K
292.3K

What is Markdown?

Markdown is two things: (1) a plain text formatting syntax; and (2) a software tool, written in Perl, that converts the plain text formatting to HTML.

What is Objective-C?

Objective-C is a superset of the C programming language and provides object-oriented capabilities and a dynamic runtime. Objective-C inherits the syntax, primitive types, and flow control statements of C and adds syntax for defining classes and methods. It also adds language-level support for object graph management and object literals while providing dynamic typing and binding, deferring many responsibilities until runtime.

Need advice about which tool to choose?Ask the StackShare community!

What companies use Markdown?
What companies use Objective-C?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Markdown?
What tools integrate with Objective-C?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to Markdown and Objective-C?
MarkUp
It allows you to turn your website into a dynamic canvas ready for feedback and collaboration. Streamline your feedback with a quicker, easier, and clearer process.
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
Node.js
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
HTML5
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. As of October 2014 this is the final and complete fifth revision of the HTML standard of the World Wide Web Consortium (W3C). The previous version, HTML 4, was standardised in 1997.
See all alternatives