caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Mattias Waldau <mattias.waldau@abc.se>
To: caml-list@pauillac.inria.fr
Subject: [Caml-list] Commercial application written in O'Caml: ExcelEverywhere
Date: Fri, 19 Sep 2003 10:01:15 +0200	[thread overview]
Message-ID: <3F6AB7CB.6020505@abc.se> (raw)
In-Reply-To: <Pine.LNX.4.43.0309190852070.21578-100000@pc8-119.lri.fr>

Some of the readers of this list may have noticed that I use
the term "commercial" a lot. The reason is that I use Ocaml
to create commercial software.

ExcelEverywhere is shrink-wrap software.
A single license cost $99-$149.
All income comes from licenses.
Consulting is not a big source of income.


Why Ocaml?
- When it compiles, it works
- If it doesn't work, ocamldebug with back step will find the
   problem quickly
- Very few bugs in the implementation of Ocaml

Advantages
- Small run-time size and small memory foot-print
- Fast enough so that over-optimizations isn't needed.
   Good practices like using sets instead of lists etc is enough
- Runs on Windows 98 and upwards (There are a lot of Windows 98
   out there!)


Disadvantage
- 8-bits strings.
   UNICODE is needed and the standard for .NET, Java, Ruby...
- Few libraries
- Even fewer libraries that easily can be used on Win32
   In order to reduce Win32-related problems, only the standard
   distribution and libraries completely written in Ocaml are used.
- Few libraries that can be used freely in non-open-source
   commercial software

My wishes
- UNICODE
- Make ocamldebug print objects by default
- More BSD-licensed libraries (LGPL acceptable but not good,
   search in the archives to see why.)
- Do not drop the Win32-support

What does ExcelEverywhere do?

Good-looking calculating web page from Excel
140 functions supported. No Excel needed on server.
Use it for expense report, survey, order forms, reservation
forms, employment application, financial advisor,
ROI-calculator, engineering.

ExcelEverywhere currently exists in 4 flavors:

- ExcelEverywhere for HTML
   Convert it to HTML with embedded JavaScript to handle the calculations.
- ExcelEverywhere for Java/JSP
   Good-looking calculating JSP-page from Excel.
   Separate JavaBean with full source.
- ExcelEverywhere for ASP & ASP.NET
   Code-behind module in C# and VB.NET for backend-integration.
- ExcelEverywhere for Java phones
   Custom calculators in your mobile phone.


Is ExcelEverywhere a commercial success?

Not yet. Since October 2002, 500 licenses have been sold. However,
marketing is a big cost. Today, developing the application
is the easy part, finding customers is much harder and costlier.


Do we hire?

No, not right now. If you have programmed Ocaml or SML for a few years,
speak English, know HTML+JavaScript and either Java or .NET, send
me a short email and show me that you are talented.

-- Mattias


-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2003-09-19  8:01 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-18 16:11 [Caml-list] possible typechecker bug Fernando Alegre
2003-09-19  2:00 ` malc
2003-09-19  2:06   ` Fernando Alegre
2003-09-19  6:57     ` Julien Signoles
2003-09-19  8:01       ` Mattias Waldau [this message]
2003-09-19  9:26         ` [Caml-list] Commercial application written in O'Caml: ExcelEverywhere Benjamin Geer
2003-09-20  8:12           ` Damien Doligez
2003-09-19 11:10         ` skaller
2003-09-19 14:49           ` Richard Jones
2003-09-19 15:02             ` Remi Vanicat
2003-09-19 17:20               ` Karl Zilles
2003-09-20 19:25             ` skaller
2003-09-20 20:28               ` Benjamin Geer
2003-09-21 11:55                 ` skaller
2003-09-21 15:01                   ` [Caml-list] how can I print graphics on my local printer under Linux? PL
     [not found]                     ` <20030921161556.GA451@swordfish>
2003-09-22  8:10                       ` PL
2003-09-22  8:38                         ` Basile Starynkevitch
2003-09-23 20:24                           ` Christophe TROESTLER
2003-09-23 21:48                           ` Pierre Weis
2003-09-22  9:21                         ` Olivier Andrieu
2003-09-19 22:29           ` [Caml-list] Commercial application written in O'Caml: ExcelEverywhere Oleg Trott
2003-09-20  9:09             ` Mattias Waldau
2003-09-20  9:25               ` Jean-Marc Eber
2003-09-21  9:38                 ` Xavier Leroy
2003-09-20 20:01               ` skaller
2003-09-20 19:58             ` skaller
2003-09-19 11:48         ` Ville-Pertti Keinonen
2003-09-20 18:53           ` skaller
2003-09-20 19:31             ` Alain.Frisch
2003-09-19 14:47         ` Richard Jones
2003-09-20 19:32           ` skaller
2003-09-19 16:23         ` kknowles

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F6AB7CB.6020505@abc.se \
    --to=mattias.waldau@abc.se \
    --cc=caml-list@pauillac.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).