So, yet again I am starting this from scratch! I have something I'm working on with HOMER-16, but this is different. I really want to try to do this by myself (well, the coding part).
As of right now, the name of the language (and I guess its yet-to-be-designed IDE) is Hadean, which is also the earliest time period of Earth. I want to have support for pointers*, but keep in mind that this will be a high-level, .NET based language. I think some kind of library system would be helpful too. I'd also like to know what other people would like to see in a programming language, so if you have an idea or syntax request, please let me know.

* Looking at some IL generated from "unsafe" C# code, it looks like only pointers to data types would be allowed, but not to arrays. I'm not entirely sure about lists or dictionaries, though I'd imagine they'd be allowed.