Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Produce js mirroring D code #414

Open
TurkeyMan opened this issue Nov 28, 2013 · 2 comments
Open

Produce js mirroring D code #414

TurkeyMan opened this issue Nov 28, 2013 · 2 comments

Comments

@TurkeyMan
Copy link
Contributor

It would be nice to have a helper that produced js code to mirror D code/data.
Serialising to Json can do this to an extent, but there are some holes.
I have enum's in my D code that I'd like to mirror in js. Also, dates are written as strings, it would be more useful if they were written as Date objects.
Binary buffers in Json aren't handled well either.

@mihails-strasuns
Copy link
Contributor

I think Adam had something for that https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff but I have never studied it in details.

@rikkimax
Copy link

rikkimax commented Feb 1, 2014

If you're still interested in this sort of functionality, and willing to use Cmsed/dvorm could you please open an issue at Cmsed? https://github.com/rikkimax/Cmsed It shouldn't be too hard to hook data models up with the restful interface and to provide a full manipulation of data models in javascript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants