开发者

Is there any platform-independent way to access the clipboard?

I have a small side project I want to write and have yet to decide on a language. Ultimately, I want a way to access and/or modify the clipboard in a platform-independent way.

I'd like to learn a new language to do this, preferably so开发者_运维问答mething that:

  1. I'll learn a lot from.
  2. Will look good on my resume.

...and I'm leaning towards a functional language of some kind (Lisp would be ideal). That said, I might also want to experiment with interfacing C with other languages, so a C library would also be acceptable. Are there any libraries out there that would do what I'm looking for in a language that meets the above criteria?


A crossplatform library (like thewxWidgets framework, which would let you implement in C++, Python, Ruby, and several more) would give you a way to implement this is a cross-platform manner...


One approach to this is to use Java's clipboard class. This gives me a pretty wide selection of languages to choose from.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜