HN user

rogcg

48 karma
Posts32
Comments16
View on HN
www.rogcg.com 11y ago

Errant Forms – Living inside a cell

rogcg
1pts0
www.anonword.com 11y ago

Anon Word – Get advices for your problems or help someone in need

rogcg
2pts0
www.rogcg.com 12y ago

Android working with Google Maps V2 and Custom Markers

rogcg
2pts0
github.com 12y ago

Show HN: sanctum – a blog engine for google app engine

rogcg
1pts0
www.rogcg.com 12y ago

Android emulator SQLite database location

rogcg
1pts0
www.rogcg.com 12y ago

Browsing webpages in Python with Mechanize

rogcg
2pts0
www.rogcg.com 12y ago

Creating a GridView with Auto Resized Images on Android

rogcg
1pts0
www.rogcg.com 12y ago

Skinning the Chrome Developer Tools

rogcg
1pts0
www.rogcg.com 12y ago

Listview with AlphabetIndexer and cursoradapter on Android

rogcg
2pts0
www.rogcg.com 12y ago

How to create a simple python webservice

rogcg
1pts0
www.rogcg.com 12y ago

Some Geology Stuff

rogcg
1pts0
www.rogcg.com 12y ago

Working with Fragments and ViewPager on Android

rogcg
1pts0
www.rogcg.com 12y ago

A list of useful commands for linux and other programs

rogcg
1pts0
curtis.lassam.net 12y ago

Some different thoughts about android kitkat

rogcg
2pts1
www.theverge.com 13y ago

NASA recording lets you hear the Earth from space

rogcg
1pts0
orbit.medphys.ucl.ac.uk 13y ago

Orbiter is a free and realistic space flight simulation program

rogcg
1pts0
www.dailymail.co.uk 13y ago

The 'Power Fabric' That Could Charge Your Phone Whenever You Hold It

rogcg
1pts0
rognotes.appspot.com 13y ago

Writing a simple python webservice

rogcg
1pts0
www.exploratorium.edu 13y ago

Your age on other worlds

rogcg
1pts0
lh3.googleusercontent.com 13y ago

Who needs windows when you have ubuntu?

rogcg
6pts1
news.ycombinator.com 13y ago

Stan Lee is awesome

rogcg
2pts2
www.theverge.com 13y ago

Researchers plan new ethernet standard with speeds between 400Gbps and 1Tbps

rogcg
2pts0
lh6.googleusercontent.com 13y ago

Brazilian private yacht wrecked in icy antarctic waters.

rogcg
1pts0
i.stack.imgur.com 13y ago

I made my own raspberry pi the other day

rogcg
3pts0
rognotes.appspot.com 13y ago

A big revolution is going out there

rogcg
1pts0
news.ycombinator.com 13y ago

Just bought a raspberry pi, what you advise me to do?

rogcg
4pts9
gizmodo.com 14y ago

For Doctor Who fans, a Sonic Screwdriver is possible

rogcg
1pts0
www.mnn.com 14y ago

Mysterious particle found useful in quantum computing. YAY

rogcg
1pts0
github.com 14y ago

A Lisp based programming language I'm creating

rogcg
24pts21
rogcg.tumblr.com 14y ago

How I see the '+1' and 'Like' buttons

rogcg
1pts0

"The whole password-cracking scene has changed drastically. In the last couple years. You can look online and you can generally find passwords for just about everyone at some point. I've found my own username and passwords on several different sites. If you think every single website you have an account on is secure and has never been hacked, you're a much more optimistic person than I am."

This guy is realistic. And he is right. I started revoking access for my google account from a lot of websites.

BTW I've seen a blog post that a guy was able to access his stackoverflow account by getting the session cookies (which was very easy, the parameter names, etc) just by using a cookie chrome extension.

This guy is totally right.

"If you think every single website you have an account on is secure and has never been hacked, you're a much more optimistic person than I am."

I know what I want to do with it as I mentioned in my post - I'm just asking for new opinions.

I'm asking what people have done with it, hardware implementation/improvement, and other tests. I want to share and learn new ways and stuff to do with it.

First try to understand the question, and not just answer it. =/

IMO, I believe that for a good programming language to exist, the power is on its grammar. Of course we can choose the wisest syntaxes, and the best technologies to build it, but the kernel of the language is on its grammar.

That's my opinion.

Well, explaining your point of view - the parenthesis aren't there only to make the language look like lisp - I used it for its syntax and for delimit the scopes.

Now, about the "else if", I also felt bad about it, and I'm thinking about a changing for it, I'm still working on it, as in a lot of features. If you want to add some feature or change something, please feel free and do it - just show your purpose before do anything, so we might discuss how it will work .

And yes, I started this project while on university, and I don't think it sucks, because my intention is not to create a new technology - at first instance - but help people who want to learn how to write a programming language (as you can read on the README file), whatever comes to this project (bad or good), it will be well accepted for learning.

I also agree with you that Java is not the best tool for implement such thing, and I was thinking about rewriting it to C++ or Python.