Giter VIP home page Giter VIP logo

meta-languages's Introduction

Programming Concepts

Basic concepts

  • variables / types
  • functions

Statement control

  • if / else / switch => conditions
  • for / while => loop
  • try / catch => error handling

Data structures

  • array
  • lists
  • tree
  • graph

Object Oriented Programming

  • modules
  • objects
  • classes
  • attributes
  • methods

Languages

Web developers

  • JavaScript -> Web Frontend | Backend
  • PHP -> Web Backend (Wordpress / Facebook / Wikipedia)
  • Python -> Web Backend | Scripting | Small software -> NASA | Google / Mozilla | Instagram
  • Ruby -> Web Backend | Scripting | Small software -> GitHub | Twitter | Basecamp
  • Perl -> Scripting | REGEX

System administrators

  • Bourne Shell (Bash) -> Scripting
  • SQL -> Databases

Systeme & Software Programming

  • C -> Software : fast | system wide => UNIX / Linux code & culture
  • C++ -> Software : // + big / organized with Objects
  • Java | Web Backend (Google) | Android Apps / Twitter
  • C# | Java of Microsoft => Big softwares for enterprises (like Java)
  • VB (Microsoft Language) => Small software
  • Go (Google Language) => To remplace old C
  • Swift (Apple Language) => iPhone apps

Scientifics stuffs

  • R statistics
  • ML language family
  • Lisp / Scheme

Old school languages

  • Delphi
  • Pascal
  • Fortran
  • BASIC
  • COBOL

Declarative / Descriptive languages (without logic)

  • HTML
  • CSS
  • Markdoww
  • YAML
  • PDF
  • DOCX (XML)
  • SVG
  • PSD
  • STL

Library / Framework

Frontend

  • Bootstrap (Less / Sass)
  • jQuery (JavaScript)
  • React
  • Angular.js

Backend

  • Node.js (JavaScript)
  • Symphony (PHP)
  • Laravel (PHP)
  • Silex (PHP)
  • Ruby on rails (Ruby)
  • Django (Python)
  • Flask (Python)

Tools

  • Vim
  • Git

Paradigm: Object Oriented / Imperative

Objects oriented

  • C++
  • C#
  • Java
  • Python
  • Ruby
  • PHP
  • JS (really simple objects)

Without objects

  • C
  • Shell
  • Old languages

High level (automated memory management) => Slow / Simple | Interpreted

  • Javascript (browser / node)
  • Ruby (software)
  • Python (//)
  • PHP (//)
var foo = "hello";
var bar = 42;

Explicit Typing (Integer / Float / String / Boolean) | VM running bitecode

  • C#
  • Java
string foo = "hello";
int bar = 42;

Low level (manual memory management) => Fast / Complex | Compiled

  • C
  • C++

Assembler languages (depend of architecture)

  • x86 -> Intel Processor
  • MIPS -> Modem
  • LLVM

meta-languages's People

Contributors

yvan-sraka avatar

Watchers

James Cloos avatar Tarek avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.