Re: [Vala] Complex number support?

2010-12-12 Thread CaStarCo
and rational numbers support to Vala, writing bindings is not the solution. This would probably require few CCodes more in order to support basic arithmetics on the new data types. Which is conflicting with operator overloading... On Dec 10, 2010, at 6:57 PM, CaStarCo casta...@gmail.com wrote

Re: [Vala] Complex number support?

2010-12-11 Thread CaStarCo
, making GMP bindings is an interesting idea, but there are other reasons than work with complex numbers. On Dec 10, 2010, at 6:57 PM, CaStarCo casta...@gmail.com wrote: Hello, i have a question. C99 specifies support for complex numbers (gcc supports it, at least for complex float

[Vala] Complex number support?

2010-12-10 Thread CaStarCo
Hello, i have a question. C99 specifies support for complex numbers (gcc supports it, at least for complex float, complex double, long complex double, complex int and long complex int types. Does Vala support this type of numbers? (or will do?), I think that it's an interesting feature Kind

[Vala] GNU extensions :P

2010-10-28 Thread CaStarCo
Hello , i have a question about Vala.. :p It's needed the gcc compiler? or the C generated code can be compiled with other compilers such as Vala? -- - Per la llibertat del coneixement - - Per la llibertat de la ment... - ___ vala-list mailing

Re: [Vala] GNU extensions :P

2010-10-28 Thread CaStarCo
2010/10/28 CaStarCo casta...@gmail.com Hello , i have a question about Vala.. :p It's needed the gcc compiler? or the C generated code can be compiled with other compilers such as Vala? Ups, i made a mistake, i wanted to say LLVM instead of Vala xD (in the last line) -- - Per la

[Vala] Bugs on packaging?

2010-10-25 Thread CaStarCo
Hello, i'm an Ubuntu useer and I use the Vala Team PPA [0] . The package vala-gen-project has a bug (not the code, but the package... yes). The bug consists on that ther is not declared the dependency on gnome-common, while the vala-gen-project needs it. I've tried to report a bug in the

[Vala] Problems with vala-gen-project

2010-10-24 Thread CaStarCo
Hello, I'm a newbye with autotools and this sort of programs (like cmake)... I used vala-gen-project to create the base of a project, and when i execute ./autogen.sh in the project directory i obtain an error :p . The scropt autogen.sh calls an another script called gnome-autogen.sh... wich i

Re: [Vala] Problems with vala-gen-project

2010-10-24 Thread CaStarCo
That you said solved de problem :) . Thanks! 2010/10/24 Andrea Del Signore seje...@tin.it On Sun, 2010-10-24 at 19:17 +0200, CaStarCo wrote: Hello, I'm a newbye with autotools and this sort of programs (like cmake)... I used vala-gen-project to create the base of a project, and when i

Re: [Vala] Graphic toolkits for Vala?

2010-07-06 Thread CaStarCo
I was searching about javascript engines and now i have this info: · The V8 engine is programmed into C++ language, and i don't know any binding to C or other languages . · The Webkit project have many ways to work with javascript, but the documentations is very poor U_U . · The

Re: [Vala] Graphic toolkits for Vala?

2010-07-06 Thread CaStarCo
/WebKit_JavaScriptCore_Ref/index.html Bye :) . 2010/7/6 CaStarCo casta...@gmail.com I was searching about javascript engines and now i have this info: · The V8 engine is programmed into C++ language, and i don't know any binding to C or other languages . · The Webkit project have many ways

Re: [Vala] Graphic toolkits for Vala?

2010-07-02 Thread CaStarCo
On 07/02/2010 01:05 AM, CaStarCo wrote: Hello, the last days i was fighting with some linux diagram editors (such as dia, umbrello, argouml...). And these programs don't cover my needs. At the end i thought may be i could make a program to help me to create beautiful diagrams.. but never i

[Vala] Graphic toolkits for Vala?

2010-07-01 Thread CaStarCo
Hello, the last days i was fighting with some linux diagram editors (such as dia, umbrello, argouml...). And these programs don't cover my needs. At the end i thought may be i could make a program to help me to create beautiful diagrams.. but never i made a program that works with editable

Re: [Vala] Problems with exceptions

2010-06-10 Thread CaStarCo
yes, that's is :) . Thanks 2010/6/10 tecywiz121 tecywiz...@hotmail.com On Thu, 2010-06-10 at 02:14 +0200, CaStarCo wrote: Hello, i have a little problem playing with exceptions in vala, i have something like this: errordomain SeldonTypeError { BAD_VERIFIER } And runs ok

[Vala] Unit Testing and Code Coverage

2010-06-10 Thread CaStarCo
lib to the set of packages of the tests project, and when i try to compile it, the ide says me that there a file that it can't find (Something like /home/castarco/libsymbolic.vapi) , but i don't understant why is searching in my home directory when the project is inside ~/Projectes/symbolic/ :( m

[Vala] Problems with exceptions

2010-06-09 Thread CaStarCo
Hello, i have a little problem playing with exceptions in vala, i have something like this: errordomain SeldonTypeError { BAD_VERIFIER } And runs ok, but.. how can i put inside the errordomain SeldonTypeError another type of exception? such as.. BAD_GENERALIZER ? Thanks in advance :) -- -

[Vala] Fwd: Default Arguments to Functions

2010-06-08 Thread CaStarCo
Sorry i forgot to send it to the list -- Forwarded message -- From: CaStarCo casta...@gmail.com Date: 2010/6/8 Subject: Re: [Vala] Default Arguments to Functions To: tecywiz121 tecywiz...@hotmail.com I don't know very much about Vala.. but I think that the default arguments

[Vala] About the convenience of using Vala

2010-04-07 Thread CaStarCo
Hello, I have many doubts about if it's convenient use Vala in my project. I want to write some libs (and a program), the libs and the program will do a lot of symbolic calculus, mostly with logic operations and objects as sets. But also will do numeric operations. I want to make my libs and

Re: [Vala] About the convenience of using Vala

2010-04-07 Thread CaStarCo
Oups, xD, I'm sorry, I forgot to make the question. The question is: Is Vala an agnostic language about desktops and libraries? Or there are a lot of dependencies related with Gtk and Gnome? Thanks :) . 2010/4/7 CaStarCo casta...@gmail.com Hello, I have many doubts about if it's convenient use