glee or glew

I have been using glew since first learning OpenGL. Does glee do anything glew does not?

I am not sure why you would use either one, other than which you came across first…

I found Glee a little easier. I just took the source and complied/linked it with my project. No library issues. No initialisation. I worked.

I stumbled with Glew, and, if at first you don’t succeed, try something else…