Giter Club home page Giter Club logo

csharpvsruby's Introduction

C# VS. Ruby

About C# and Ruby

C# origin story

  • Why was the language created?
  • What problems was the language trying to address?
  • Is the language a reaction to a previous language or a replacement for another language?

Ruby origin story

  • Why was the language created?
  • What problems was the language trying to address?
  • Is the language a reaction to a previous language or a replacement for another language?

C# unique features

Ruby unique features

Language Comparisons

  • Name spaces
    • How are name spaces implemented?
    • How are name spaces used?
  • Types
    • What types does the language support?
    • Are both reference and value types supported?
    • Can new value types be created?
  • Classes
    • Defining
    • Creating new instances
    • Constructing/initializing
    • Destructing/de-initializing
  • Instance reference name in data type (class)
    • this? self?
  • Properties
    • Getters and setters...write your own or built in?
    • Backing variables?
    • Computed properties?
  • Interfaces / protocols
    • What does the language support?
    • What abilities does it have?
    • How is it used?
  • Inheritance / extension
  • Reflection
    • What reflection abilities are supported?
    • How is reflection used?
  • Memory management
    • How is it handled?
    • How does it work?
    • Garbage collection?
    • Automatic reference counting?
  • Comparisons of references and values
    • How are values compared? (i.e. comparing two strings)
  • Null/nil references
    • Which does the language use? (null/nil/etc)
    • Does the language have features for handling null/nil references?
  • Errors and exception handling
  • Lambda expressions, closures, or functions as types
  • Implementation of listeners and event handlers
  • Singleton
    • How is a singleton implemented?
    • Can it be made thread-safe?
    • Can the singleton instance be lazily instantiated?
  • Procedural programming
    • Does the language support procedural programming?
  • Functional programming
    • Does the language support functional programming?
  • Multithreading
    • Threads or thread-like abilities
    • How is multitasking accomplished?

csharpvsruby's People

Contributors

jacksonchandler avatar ersggb avatar

Watchers

James Cloos avatar  avatar

Forkers

cwhetsel

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.