HN user

hellzbellz123

21 karma
Posts0
Comments20
View on HN
No posts found.

As a habitual habit developer, Im keeping my hopes up that in 5 or 10 years, this is something that can help me and many others.

I've read experiences from people on illicit substances that claimed they helped them quit.

It would be beat if this carried over to things like caffeine/nicotine/thc/etc.

you missed the closing bracket.

glad you like python, but a good reason to use this is setup being easier, also for people using rust, chances are the syntax is better compared to python. (also for what its worth, i picked up rust MUCH faster than i ever did with python)

the main reason i like rust is its explicitness in typing along with its syntax choices. memory safety means little imo, outside of being difficult to do strange stuff (which could be good or bad depending on your approach)

cargo add roto

code main.rs

-FILE- main.rs use roto::*;

fn main(){ roto::init_runtime() roto::load_script("hello.roto") }

-FILE-END-

code hello.roto

-FILE- hello.roto fn main() { print("Hello, world!"); } -FILE-END-

cargo run

because most americans do not want war, at least id hope, so calling it that seems pretty short sited (maybe until you continually do that 'war' thing), if you want the citizens to look positively on your spending it should probably be for defense not war, again, at least i should hope. im just a dumb "lib" whatever that means

not a lawyer but i write software so this is not 100% accurate information i have found on the internet and repeated back to me. further corrections are appreciated

software patents usually don't contain source code. just the general idea of how to achieve the outcome, they can be very broad or very subjective depending on who is in court

Patents Vs. Copyright: you can create software that does the same thing differently. kinda like torrenting vs direct download, they both deliver bytes too you but the bytes are delivered/received in very different ways.

taking someones software/machine instructions (the bytes that are the code) and calling it your own is copyright infringment.

if someone creates a new patented algorithm and you copy that algorithm into a different language then it is patent infrigement.

also patents have too be filed and approved while copyright is generally a given if the copyright is not already existing (depending on your jurisdiction i guess)