If you looking for new ideas to add to your language, then look at the world:
* hibernate mode decreased computer boot time from minutes to seconds. Is your new supper-pupper language supports that? Can you freeze your program and distribute it in that frozen mode?
* web-applications provide instant access to ready to work application. Is your new supper-pupper language supports that? Is your language support instant access, like built-in access to SQL data base or XMLRPC service?
* Is Map-Reduce supported directly by your language?
* Is your language has support for regular expressions in language?
* Can you create parallel constructs with ease, like "foo | bar" in shell?
* Did your language supports built-in tree system ("boxes", "DOM", file system, etc.) and ICRUD, XPATH, CSS for these trees?
* Can your language automatically take corrective actions in case of error? Like "on SQL error FooBar: rescue database OR restore database from backup OR switch to new database".
* Can your code depend on something? Can you write "Class FooBar. Requires application mysql >= 5.0, external resource myapp-application-scheme >= 1.2. Conflicts with module FooBarBaz. Provides fooBarBaz. Obsoletes FooB."?
* Can you upgrade your application on the fly without restart and losing data or breaking anything?
* Can you compose program without editing files, just by creating and copying of files and directories? (dot-dir pattern)
And so on.