really interesting! Is there a TODO list on which i can help?
Awesome!
Congratulations to the devel team!
I also had problems with manjaro package. I prefer now to install from github,
it works better
there is also:
[https://github.com/mratsim/Arraymancer](https://github.com/mratsim/Arraymancer)
I don't want a vote. It's a great feature that already saved me many hours of
unproductive discussion. There are more pressing topics to focus on to v1.0
Thank you!
this does work:
>
> type
> Data*[T] = object
> contents: T
> subscribers: seq[proc(d: T)]
>
> proc createData*[T](t: typedesc[T], c: T): Data[T] =
> result = Data[T]()
> result.contents = c
> result.subscribers = @[]
>
> pr
Thankyou for your reply @mratsim
I tried the following:
type
Data*[T] = object
id: string
contents: T
subscribers: seq[proc(d: T)]
proc addSubscriber*[T](d: T, cb: proc(d:T)) =
d.subscribers.add(cb)
proc c
is there a way to have a collection (seq or better: Tables) of procs with
generic types?
Great job!
fs monitor:
[https://nim-lang.org/docs/fsmonitor.html](https://nim-lang.org/docs/fsmonitor.html)
in the same page, backend integration link is broken
[https://nim-lang.org/docs/backends.html](https://nim-lang.org/docs/backends.html)
All other links seems to work
from documentation page:
[https://nim-lang.org/documentation.html](https://nim-lang.org/documentation.html)
Tools Documentation
[https://nim-lang.org/docs/tools.html](https://nim-lang.org/docs/tools.html)
is broken
Is there a repository of this project where I can start contributing?
Really interesting stuff.
I'm unable to compile the examples with nim 0.17.0
Congratulations!
16 matches
Mail list logo