ruby v ms a comparison

Post on 15-May-2015

817 Views

Category:

Technology

3 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Ruby VMsJason Seifer, RailsEnvy.com

1

2

3

MRI4

5

“DeFacto” Standard

6

Production Ready?

7

YES

8

YARV9

Production Ready?

10

No.

11

MacRuby12

Production Ready?

13

No.

14

XRuby15

Production Ready?

16

No.

17

18

“The GemStone/S object server provides an advanced platform for developing, deploying and managing scalable, mission-critical applications. It provides the robust, scalable, secure and flexible environment required for mission-critical applications, and supports the high-availability online environment demanded by 24X7 operations.”

19

Production Ready?

20

No.

21

Rubinius22

Rubinius VM

• “Ruby in Ruby”

• Used to be C and Ruby

• New VM written in C++

• Better Organized

• Better Tested

• More Potential

23

WTF does that mean?

25

Production Ready?

26

No.

27

IronRuby28

Iron Ruby•Ruby on .Net

•Released under MPL

•Committed to making

IronRuby a first-class Ruby

implementation.

•Major milestone: 1.0

29

IronRuby runs on the DLR

30

DLR Supported Languages

• IronPython

• IronRuby

• Javascript

• Dynamic VB

31

32

DLR runs on top of the CLR

33

34

Production Ready?

35

No.

36

JRuby37

JRuby Wins

38

Fatality

39

Production Ready?

40

YES

41

JRuby Benefits

• Corporate backing.

• Use existing Java code.

• Existing Java infrastructure.

• Most performant Ruby implementation.

• Multi-threaded.

42

Right now, using JRuby is the only way to have

true multi-threaded Ruby programs.

43

$ cd <application>$ glassfish

44

Use JRuby for your enterprise Ruby

applications.

45

Thank you.

46

top related