Questions tagged [maturity]
16 questions
19
votes
1 answer
Maturity of Scala-LLVM?
I'd like to know how mature the llvm-backend for Scala currently is and whether it is used in any open source project that I could have a look at.

Kim Stebel
- 41,826
- 12
- 125
- 142
18
votes
4 answers
State of XML support in Scala 2.9.x
I'm currently starting to look into using Scala's XML support for business critical processes. In that regard I would like to know what the current state of the standard XML library in Scala is.
I have read some "old" articles relating to Scala 2.7…

StefanE
- 817
- 6
- 20
11
votes
2 answers
Is Comet still immature?
I'm thinking of writing a realtime web app that would need to be able to push messages to the browser. When I first read about Comet, people seemed to consider it a brittle and immature approach due to weak browser support. Today, it seems to be an…

Alex
- 113
- 4
10
votes
3 answers
F# fslex fsyacc mature for production code?
After reading a 2 year old webpage really ripping fslex/fsyacc, buggy, slow, stupid etc. compared to their OCamel counterparts i wonder what would be ones best bet for lexing parsing needs?
Ive used ANTLR before with C# bindings but am currently in…

Jeps
- 123
- 2
- 5
4
votes
2 answers
How mature is Mono?
How mature is the mono project atm? I've browsed their site but didn't find any indication of how feature complete mono is towards .NET 3.5 / SP1 ?
Duplicate of Is Mono Ready for Prime Time?

thr
- 19,160
- 23
- 93
- 130
4
votes
2 answers
Explanation of Tenant Load Balancer in SaaS maturity model level 4
I've already done some research about SaaS maturity level based on Gianpaolo SaaS maturity model.
Right now I got confused about SaaS maturity level 4. It said, it has a "Tenant load balancer" that dynamically calls a new application instance to…

Aldo Suwandi
- 382
- 1
- 6
- 20
3
votes
6 answers
What is “mature” software?
Jeffery Palermo says 'Classic WebForms More Mature Than ASP.NET MVC': "Is Classic WebForms More Mature Than ASP.NET MVC?".
It seems to be subjective, but what I want to know is, what exactly "mature" software is?

Dhanapal
- 14,239
- 35
- 115
- 142
3
votes
0 answers
SaaS Maturity Level depending on number of Tenants (Nodes)
I am working on a mid-size web application, that my client is planning to convert to a Software as a Service (SaaS) model, and sell to Customers. I read up on SaaS and have so far understood that there are 4 Maturity levels
My client wants an…

nikjohn
- 20,026
- 14
- 50
- 86
2
votes
0 answers
Black Scholes surface vs Time to Maturity and Strike Price in R
I've just found out the "wireframe" function in R to plot 3D-surface graphs.
I wish to implement it by plotting the Black&Scholes Call Option price against two sequence of data: Time to Maturity and Strike Price. So, first of all here follows my…

Polar
- 147
- 1
- 11
1
vote
1 answer
Remaining days calculation in MySql - Multiple maturities
I have the following problem when calculating the remaining days. I need the first period to expire before computing the days of the next period. In this example, even though 2 periods of 30 days were started on the same day, the duration is 60 days…

Raymont
- 283
- 3
- 16
1
vote
0 answers
SOA Web Services Maturity Models
I am quite familiar with development of a SOA Web Service with several languages, but this time I need to develop one in maturity model 3. I have done a long search thorugh Google but I have found this only (summerized):
It is the 3rd step of 5,…

Tolga Karanlikoglu
- 53
- 6
1
vote
2 answers
In the R blotter package, are matured instruments removed from positions?
Suppose I have a blotter portfolio of instruments that mature at some date.
Will the getPos function recognize that my position in these instruments changes after this date?
In other words, is getPos smart enough to simulate instruments that…

sdgfsdh
- 33,689
- 26
- 132
- 245
1
vote
2 answers
PHP and MySQL - Comparing dates near maturity
I'm trying to do a system that compare an specific date ($date) with the atual date (date('Y/m/d')), but I need to color this $date when he is one week to the atual date (near the maturity date). I don't know if you can understand me, my english is…

Paula Fleck
- 835
- 11
- 21
1
vote
1 answer
How to measure software component maturity by processing version numbers?
I'm trying to implement a metric that describes how mature/stable a software component is by looking at how many versions have been made of it in a certain time frame (or from a starting date).
More versions would indicate a less mature/stable…

LaszloG
- 11
- 1
0
votes
2 answers
Dart2JS Compiler cannot compile code. Is this bug, feature or limitation?
I use Dart2JS Compiler version 1.0.0_r30798 (STABLE).
Sample code (only for introducing problem):
The real code here (now corrected for dart2js behavior): https://github.com/mezoni/queries/blob/master/lib/src/queries/lookup.dart
This is a part of…

mezoni
- 10,684
- 4
- 32
- 54