SpiceGuid -
- Login: SpiceGuid
- Email: alphablock@orange.fr
- Registered on: 01/19/2009
- Last sign in: 01/29/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 6 | 3 | 9 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Anubis | Reporter | 08/25/2012 |
Activity
03/03/2009
-
03:36 PM Anubis Bug #59: Typing hole when using dot operator
- Certainly _n . id (add)_ is the same as _add(n)_, isn't it ?
So, why does it compile ?
01/29/2009
-
06:01 PM Anubis Bug #59 (New): Typing hole when using dot operator
- There is a serious *typing hole* that allows for exemple to apply a binary operation to only one argument.
12/10/2008
-
03:49 PM Anubis Feature #56: More dot operators
I am enamoured with the Anubis overloaded dot operator.
I believe the Anubis 'Kleisli applicator' or 'Maybe monad' syntax is the less intrusive one i have ever seen. It encourages a really elegant exceptionless style, so i just beg ...
12/07/2008
-
02:41 PM Anubis Feature #56 (New): More dot operators
- I am enamoured with the Anubis overloaded dot operator.
I believe the Anubis 'Kleisli applicator' or 'Maybe monad' syntax is the less intrusive one i have ever seen. It encourages a really elegant exceptionless style, so i just beg mo...
08/20/2008
-
05:05 PM Anubis Feature #53 (Closed): [Polysemy]Interpretation goes undetected
- The final line:
07/27/2008
-
05:14 PM Anubis Bug #51 (Assigned): Int arithmetic (wrong value then VM crash)
- Could be a nice code example :)
Sadly some arithmetic debugging is still needed :(
04/24/2008
-
09:36 PM Anubis Bug #39 (Assigned): Ill-typed multiple variable argument
- May be it's me but i don't see what's wrong with this code:
-
05:14 PM Anubis Feature #38 (Assigned): Hasty "Premature end of file"
- I report this not so serious bug for documentation only (it could eventually puzzle some beginner). As trivial as it seems patching it probably involves tweaking the lexical analyser, quite not a really exciting thing to do.
04/20/2008
-
03:40 PM Anubis Feature #35 (Closed): Lazy boolean operator |
- closed. motive: inaccurate statement of the problem and solution.
04/17/2008
-
08:13 PM Anubis Feature #36 (New): File basis.anubis, new list sorter
- **** (4.5) Quick sorting of lists.*
The proposed sorter uses _merge-sort_ for better space and time efficiency, it is also shorter than the _quick-sort_ version.