nim for quantum computing?

2023-04-20 Thread reversem3
I have played around with this lab and its quite interesting. IBM has set up a lab that you can write code using their python libraries.

Owlkettle 2.0.0 is a declarative GUI framwork for GTK 4

2022-07-19 Thread reversem3
Anyway you can document the dialogs and properties? I didn't know that you can't add two boxes and if you want to (At least from what I see) is you have to use properties for instance the customer_dialog.nim file. Love the framework so far , having lots of fun. Thanks again.

Mastering Nim: A complete guide to the programming language

2022-06-27 Thread reversem3
I bought the paper-back should be here by Saturday. Thanks

Mastering Nim: A complete guide to the programming language

2022-06-23 Thread reversem3
I'm going to make my work buy this for me !

Mastering Nim: A complete guide to the programming language

2022-06-23 Thread reversem3
Yep you can read the table of contents about about 10-20 other pages.

Karax steps forward

2022-06-07 Thread reversem3
Karax is awesome , but what we really need is documentation not just examples. I have been on my spare time creating javascript apps and converting them to karax ones. Karax could be a replacement for html, javascript but it lacks docs. I would be willing to "donate" to a karax cause especially

Nexus Development Framework (initial commit)

2022-06-06 Thread reversem3
Thank you. I was looking at your for Nexus and it seems pretty concise and easy to read.

Is it possible to create a blockchain with the nim programming language?

2022-06-03 Thread reversem3
Just a quick search on !gh repos ,

What are the best hosting companies to host systems written in the Nim language?

2022-06-03 Thread reversem3
Honestly any hosting providers that allows linux binaries to be installed or that you have access to github to build nim yourself. Since you can run the nim compiler and virtually anything.

Fidgetty: themes ... ?

2022-05-16 Thread reversem3
Same , I agree.

Seeking advices for a C programming book

2022-04-22 Thread reversem3
Thank you for the explanation.

server-client webframework

2022-04-21 Thread reversem3
That was great, thanks for the explanation.

Seeking advices for a C programming book

2022-04-21 Thread reversem3
So 2.5.5 isn't generics ?

server-client webframework

2022-04-19 Thread reversem3
excuse my ignorance but what makes this web-framework different then say , prologue , jester, the dozens of other web frameworks on nimble.directory?

Seeking advices for a C programming book

2022-04-19 Thread reversem3
Does it make sense to go over the types and generics in Modula3 to understand nim better ?

Seeking advices for a C programming book

2022-04-18 Thread reversem3
its a rabbit hole when you dig into it that's for sure. Really interesting though and it helps to learn more about nim types. Someone needs to write a book how all of these languages get put together and at the same time compiler everything down into C.

Seeking advices for a C programming book

2022-04-17 Thread reversem3
Actually since @araq comment , I would read this: It will help you decipher more of Nim's types , generics , etc..

Seeking advices for a C programming book

2022-04-16 Thread reversem3
Best C book so far in my opinion I will be buying the hardcover soon.

SiSix and Nim

2022-04-01 Thread reversem3
April fools

Suggestion on wrapping C union with anonymous struct?

2022-03-15 Thread reversem3
How would that work with licensing though? Also looks like if you have a URE4 game you can upgrade to 5 which is incredible.

Fidget UI: scrolling on OpenGL backend

2022-03-01 Thread reversem3
I thought @treeform was working on #fidget2 ?

New programming for beginners/intermediate

2022-02-22 Thread reversem3
I found a Udemy course Currently going though it, no it's not mine and no I don't know the author. Great for those looking for beginner videos besides the youtube ones.

import from url

2022-02-20 Thread reversem3
Depending on what culture the person is from. I deal with people around the world and I can say none of them are trying to be rude its just their culture.

webscrape

2022-02-08 Thread reversem3
Same I used to scrape multiple search engines and index my results to look for specific keywords using python and scrapy. Nothing in nim yet though.

profiler for mac?

2022-01-28 Thread reversem3
https://github.com/LouisBrunner/valgrind-macos/issues/45

Love nim but at the same time starting to hate it...

2022-01-28 Thread reversem3
os.walkDirs ?

Trojan:Win32/Wacatac.B!ml

2022-01-21 Thread reversem3
Why not just use WSL and compile to windows ? Thats what I have been doing for three years now. Works great.

nimble.directory down ?

2022-01-18 Thread reversem3
Is nimble.directory down ? 502 Bad Gateway nginx/1.18.0

can we write nim instead of c++?

2021-12-27 Thread reversem3
nim is the language name , and nimble is the package manager.

Using C, C#, Java, Wasm, Ruby, Python NodeJS, TypeScript... libraries from Nim with MetaCall

2021-12-19 Thread reversem3
Do you have an example calling a C library from nim? Or maybe importing a C library in nim, then allowing nim to use the functions?

Wrapperless interop with C/C++

2021-12-19 Thread reversem3
Anyway you have time to get me started with diligent engine and nim?

Happy Christmas

2021-12-15 Thread reversem3
Ha Ha thats great , Merry Christmas, Happy Holidays, Happy Kwanza, Happy all cultures

Keyxn: Shamir Secret Sharing in pure Nim

2021-12-13 Thread reversem3
yes nimCrypto I believe

Keyxn: Shamir Secret Sharing in pure Nim

2021-12-13 Thread reversem3
Awesome, would be great if you could take the split shares and encrypt them via AES. PGP Desktop does this but gpg does not.

What is programming?

2021-12-07 Thread reversem3
Well anything mechanical that can cause a disaster.

Links of websites built with Karax?

2021-11-23 Thread reversem3
That's pretty sweet , its almost as every proc is a component. I like it.

Links of websites built with Karax?

2021-11-22 Thread reversem3
Yeah I'm curious to check out the source for this

Evolving the moderation of the Nim communities

2021-11-19 Thread reversem3
Seriously , let just keep it to technical questions and not your political or biases against or for something. Thanks

how to integrate existing react components in karax?

2021-11-16 Thread reversem3
"Karax is a relatively simple library which leverages Nim's JS backend to allow the development of so called "single page applications" that run in the browser. In this blog post I will explain how its DSL works under the hood."

how to integrate existing react components in karax?

2021-11-15 Thread reversem3
Did this post get renewed?

compiling to macOS

2021-11-15 Thread reversem3
Why not just setup up a virtual machine to test on? You can virtualize virtually an OS now days. I recommend using KVM or VBox /

New here

2021-11-04 Thread reversem3
I have been kinda going the same thing, find some python code and try to write in python. The only thing though python doesn't use types so you can't always looks at python code to make it work in nim. I also have the "NIm in Action" book and use the Nim manually a lot.

Is the fedora nim package not working?

2021-11-04 Thread reversem3
I run multiple different systems. I agree go with choosenim, I have built nim on all my systems also and its interesting but if you want something that's rock solid for any system on a desktop/laptop then use choosenim.

Karax : convert html string to vdom

2021-11-03 Thread reversem3
There as been some modules to convert html to karax

Show Nim: Boxy, 2D GPU rendering with a tiling atlas and Pixie

2021-10-13 Thread reversem3
Is Boxy going to replace Fidget? or Be the new Fidget2 ?

Show Nim: Use Nim code from other languages (genny + pixie-python)

2021-10-12 Thread reversem3
This is fantastic are you going to make one for golang ?

Nim 1.6.0 RC2

2021-10-03 Thread reversem3
Ok this worked for me > rm -vfr ~/.nimble/* removed '/home/nixfreak/.nimble/bin/nimpretty' removed '/home/nixfreak/.nimble/bin/nimgrep' removed '/home/nixfreak/.nimble/bin/choosenim' removed '/home/nixfreak/.nimble/bin/nim-gdb' removed '/home/nixfreak/.nimble/bin/nimsuggest' removed '/home/n

Nim 1.6.0 RC2

2021-10-03 Thread reversem3
Failed to build Nimble is broken now also. ~$ choosenim #version-1-6 Downloading Nim version-1-6 from GitHub [##] 100.0% 0kb/s > Extracting version-1-6.tar.gz > Building Nim #version-1-6 Building Nim using build_all.sh > Exception: Execution f

Wrapperless interop with C/C++

2021-09-28 Thread reversem3
Wow really good stuff , so you can interface with Diligent Engine now with nim? Do you have a repo of what you have done so far with that?

Nim 1.6.0 RC2

2021-09-28 Thread reversem3
Same issue

Nim 1.6.0 RC1

2021-09-07 Thread reversem3
Not able to update to 1.6 using choosenim choosenim update self [12:21:21] Updating choosenim Info: Already up to date at version 0.7.4 choosenim update devel [12:21:44] Updating devel Downloading Nim 2021-09-06-devel-30d28bcefcad0da8900cfa231be9d77bb98c5097 from GitHub [#

Nim should jump into Blockchain , Web3 and DAPP development trend .

2021-09-02 Thread reversem3
https://github.com/status-im/nimplay/blob/master/examples/hello.nim

How to make Nim more popular

2021-07-06 Thread reversem3
https://github.com/planetis-m/goodluck/blob/main/rstdocs/intro.rst

Pros vs. Cons Of Nim In The Large?

2021-07-01 Thread reversem3
Whoa this is cool, I wish you could translate from oil to bash for production work though.

Idea: 30 days of Nim learning resource

2021-06-26 Thread reversem3
I think its a great idea , do you have any plans on how you want to approach this?

Modern web development using Karax

2021-06-15 Thread reversem3
Hey guys/gals I'm looking for sites/articles/ users whom use karax in modern web development. If you have links could you please share them here. What goes for modern? Really anything that karax can duplicate react, angular, svelte, / react components and etc..

Issue with Nim Manual on Windows Chrome

2021-05-06 Thread reversem3
I use Brave-browser which uses chrome and I have never seen an issue. Screenshot of manual using Brave. `https://imgur.com/a/ffTQU8V`

How to make Nim more popular

2021-05-03 Thread reversem3
Thats a great idea , I changed on matrix and irc but nim forum doesn't allow that functionality.

Interesting video about transpiling (Linux conf AU 2020)

2021-04-30 Thread reversem3
this is really cool , thanks.

Is there any PWA (Progressive Web Apps) framework or package written in nim?

2021-04-29 Thread reversem3
and py4web both can create installable packages. I played around with web2py for a while and its pretty easy to get into. .

Is there a reliable way to round?

2021-04-28 Thread reversem3
Thats python syntax , I'm showing how to in nim by using the math module.

Is there a reliable way to round?

2021-04-27 Thread reversem3
`import math` `echo round(9.779)` output: echo round(9.779) 10.0

SSL/TLS certifictae issues with Nim 1.4.4?

2021-03-19 Thread reversem3
cacert.pam - cacert.pem right?

Building nimx and rod on MacOSX (get error, but not using linux)

2021-02-22 Thread reversem3
Trying to use rod on MacOSX but I get mismatch errors. nake build [15:57:48] Hint: used config file '/Users/.choosenim/toolchains/nim-1.4.2/config/nim.cfg' [Conf] Hint: used config file '/Users/.choosenim/toolchains/nim-1.4.2/config/config.nims' [Conf] ...

glad-generated Vulkan bindings + events/canvas library

2020-10-13 Thread reversem3
I'm looking forward to this , thanks.